Uses of Class
net.officefloor.web.build.HttpValueLocation
-
Packages that use HttpValueLocation Package Description net.officefloor.web net.officefloor.web.build net.officefloor.web.state net.officefloor.web.value.load -
-
Uses of HttpValueLocation in net.officefloor.web
Methods in net.officefloor.web with parameters of type HttpValueLocation Modifier and Type Method Description OfficeManagedObject
WebArchitectEmployer. addHttpArgument(java.lang.String parameterName, HttpValueLocation location)
-
Uses of HttpValueLocation in net.officefloor.web.build
Methods in net.officefloor.web.build that return HttpValueLocation Modifier and Type Method Description HttpValueLocation
HttpParameter. getLocation()
Obtains theHttpValueLocation
on theHttpRequest
.static HttpValueLocation
HttpValueLocation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HttpValueLocation[]
HttpValueLocation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.officefloor.web.build with parameters of type HttpValueLocation Modifier and Type Method Description OfficeManagedObject
WebArchitect. addHttpArgument(java.lang.String parameterName, HttpValueLocation location)
Adds a HTTP argument. -
Uses of HttpValueLocation in net.officefloor.web.state
Fields in net.officefloor.web.state declared as HttpValueLocation Modifier and Type Field Description HttpValueLocation
HttpArgument. location
Location that thisHttpArgument
was sourced.Constructors in net.officefloor.web.state with parameters of type HttpValueLocation Constructor Description HttpArgument(java.lang.String name, java.lang.String value, HttpValueLocation location)
Instantiate.HttpArgumentManagedObjectSource(java.lang.String parameterName, HttpValueLocation valueLocation)
Instantiate. -
Uses of HttpValueLocation in net.officefloor.web.value.load
Methods in net.officefloor.web.value.load that return HttpValueLocation Modifier and Type Method Description static HttpValueLocation
ValueLoaderSource. getLocation(java.lang.reflect.Method method)
Obtains theHttpValueLocation
for theMethod
.HttpValueLocation
ValueName. getLocation()
Obtains theHttpValueLocation
for the value.Methods in net.officefloor.web.value.load with parameters of type HttpValueLocation Modifier and Type Method Description static boolean
ValueLoaderSource. isLocationMatch(HttpValueLocation loaderLocation, HttpValueLocation valueLocation)
Indicates if matchHttpValueLocation
.void
RootStatelessValueLoader. 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)
void
StatelessValueLoader. 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.void
ValueLoader. loadValue(java.lang.String name, java.lang.String value, HttpValueLocation location)
Loads the value onto the object graph.void
ValueLoaderImpl. loadValue(java.lang.String name, java.lang.String value, HttpValueLocation location)
Constructors in net.officefloor.web.value.load with parameters of type HttpValueLocation Constructor Description ValueName(java.lang.String name, HttpValueLocation location)
Instantiate.
-