Uses of Enum Class
net.officefloor.web.build.HttpValueLocation
Packages that use HttpValueLocation
Package
Description
-
Uses of HttpValueLocation in net.officefloor.web
Methods in net.officefloor.web with parameters of type HttpValueLocationModifier and TypeMethodDescriptionWebArchitectEmployer.addHttpArgument(String parameterName, HttpValueLocation location) -
Uses of HttpValueLocation in net.officefloor.web.build
Methods in net.officefloor.web.build that return HttpValueLocationModifier and TypeMethodDescriptionHttpParameter.getLocation()Obtains theHttpValueLocationon theHttpRequest.static HttpValueLocationReturns the enum constant of this class with the specified name.static HttpValueLocation[]HttpValueLocation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.officefloor.web.build with parameters of type HttpValueLocationModifier and TypeMethodDescriptionWebArchitect.addHttpArgument(String parameterName, HttpValueLocation location) Adds a HTTP argument. -
Uses of HttpValueLocation in net.officefloor.web.state
Fields in net.officefloor.web.state declared as HttpValueLocationModifier and TypeFieldDescriptionfinal HttpValueLocationHttpArgument.locationLocation that thisHttpArgumentwas sourced.Constructors in net.officefloor.web.state with parameters of type HttpValueLocationModifierConstructorDescriptionHttpArgument(String name, String value, HttpValueLocation location) Instantiate.HttpArgumentManagedObjectSource(String parameterName, HttpValueLocation valueLocation) Instantiate. -
Uses of HttpValueLocation in net.officefloor.web.value.load
Methods in net.officefloor.web.value.load that return HttpValueLocationModifier and TypeMethodDescriptionstatic HttpValueLocationValueLoaderSource.getLocation(Method method) Obtains theHttpValueLocationfor theMethod.ValueName.getLocation()Obtains theHttpValueLocationfor the value.Methods in net.officefloor.web.value.load with parameters of type HttpValueLocationModifier and TypeMethodDescriptionstatic booleanValueLoaderSource.isLocationMatch(HttpValueLocation loaderLocation, HttpValueLocation valueLocation) Indicates if matchHttpValueLocation.voidRootStatelessValueLoader.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.voidValueLoader.loadValue(String name, String value, HttpValueLocation location) Loads the value onto the object graph.voidValueLoaderImpl.loadValue(String name, String value, HttpValueLocation location) Constructors in net.officefloor.web.value.load with parameters of type HttpValueLocation