Uses of Class
net.officefloor.web.value.load.PropertyKey
-
Packages that use PropertyKey Package Description net.officefloor.web.value.load -
-
Uses of PropertyKey in net.officefloor.web.value.load
Methods in net.officefloor.web.value.load that return PropertyKey Modifier and Type Method Description PropertyKeyPropertyKeyFactory. createPropertyKey(java.lang.String propertyName)Creates thePropertyKey.Method parameters in net.officefloor.web.value.load with type arguments of type PropertyKey Modifier and Type Method Description voidRootStatelessValueLoader. loadValue(java.lang.Object object, java.lang.String name, int nameIndex, java.lang.String value, HttpValueLocation location, java.util.Map<PropertyKey,java.lang.Object> state)voidStatelessValueLoader. loadValue(java.lang.Object object, java.lang.String name, int nameIndex, java.lang.String value, HttpValueLocation location, java.util.Map<PropertyKey,java.lang.Object> state)Loads the value onto the object graph.Constructor parameters in net.officefloor.web.value.load with type arguments of type PropertyKey Constructor Description RootStatelessValueLoader(java.util.Map<PropertyKey,StatelessValueLoader> valueLoaders, PropertyKeyFactory propertyKeyFactory)Initiate.
-