Uses of Class
net.officefloor.web.value.load.PropertyKey
Packages that use PropertyKey
-
Uses of PropertyKey in net.officefloor.web.value.load
Methods in net.officefloor.web.value.load that return PropertyKeyModifier and TypeMethodDescriptionPropertyKeyFactory.createPropertyKey(String propertyName) Creates thePropertyKey.Method parameters in net.officefloor.web.value.load with type arguments of type PropertyKeyModifier and TypeMethodDescriptionvoidRootStatelessValueLoader.loadValue(Object object, String name, int nameIndex, String value, HttpValueLocation location, Map<PropertyKey, Object> state) voidStatelessValueLoader.loadValue(Object object, String name, int nameIndex, String value, HttpValueLocation location, Map<PropertyKey, Object> state) Loads the value onto the object graph.Constructor parameters in net.officefloor.web.value.load with type arguments of type PropertyKeyModifierConstructorDescriptionRootStatelessValueLoader(Map<PropertyKey, StatelessValueLoader> valueLoaders, PropertyKeyFactory propertyKeyFactory) Initiate.