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 OfficeManagedObjectWebArchitectEmployer. 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 HttpValueLocationHttpParameter. getLocation()Obtains theHttpValueLocationon theHttpRequest.static HttpValueLocationHttpValueLocation. 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 OfficeManagedObjectWebArchitect. 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 HttpValueLocationHttpArgument. locationLocation that thisHttpArgumentwas 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 HttpValueLocationValueLoaderSource. getLocation(java.lang.reflect.Method method)Obtains theHttpValueLocationfor theMethod.HttpValueLocationValueName. getLocation()Obtains theHttpValueLocationfor the value.Methods in net.officefloor.web.value.load with parameters of type HttpValueLocation Modifier and Type Method Description static booleanValueLoaderSource. isLocationMatch(HttpValueLocation loaderLocation, HttpValueLocation valueLocation)Indicates if matchHttpValueLocation.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.voidValueLoader. loadValue(java.lang.String name, java.lang.String value, HttpValueLocation location)Loads the value onto the object graph.voidValueLoaderImpl. 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.
-