Uses of Interface
net.officefloor.web.value.load.ValueLoader
-
Packages that use ValueLoader Package Description net.officefloor.web.build net.officefloor.web.state net.officefloor.web.tokenise net.officefloor.web.value.load -
-
Uses of ValueLoader in net.officefloor.web.build
Methods in net.officefloor.web.build with parameters of type ValueLoader Modifier and Type Method Description voidHttpArgumentParser. parse(HttpRequest request, ValueLoader valueLoader)Parses the HTTP entity. -
Uses of ValueLoader in net.officefloor.web.state
Methods in net.officefloor.web.state with parameters of type ValueLoader Modifier and Type Method Description voidHttpRequestState. loadValues(ValueLoader valueLoader)Loads values from theHttpRequest. -
Uses of ValueLoader in net.officefloor.web.tokenise
Methods in net.officefloor.web.tokenise with parameters of type ValueLoader Modifier and Type Method Description voidFormHttpArgumentParser. parse(HttpRequest request, ValueLoader valueLoader)static voidHttpRequestTokeniser. tokeniseFormEntity(HttpRequest request, ValueLoader valueLoader)Tokenises theapplication/x-www-form-urlencodedentity.static voidHttpRequestTokeniser. tokeniseHttpRequest(HttpRequest request, HttpArgumentParser[] argumentParsers, ValueLoader valueLoader)Tokenises theHttpRequestfor the arguments to theValueLoader. -
Uses of ValueLoader in net.officefloor.web.value.load
Classes in net.officefloor.web.value.load that implement ValueLoader Modifier and Type Class Description classValueLoaderImplValueLoaderimplementation.Methods in net.officefloor.web.value.load that return ValueLoader Modifier and Type Method Description ValueLoaderValueLoaderFactory. createValueLoader(T object)Creates theValueLoaderfor the object.ValueLoaderValueLoaderFactoryImpl. createValueLoader(T object)
-