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 void
HttpArgumentParser. 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 void
HttpRequestState. 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 void
FormHttpArgumentParser. parse(HttpRequest request, ValueLoader valueLoader)
static void
HttpRequestTokeniser. tokeniseFormEntity(HttpRequest request, ValueLoader valueLoader)
Tokenises theapplication/x-www-form-urlencoded
entity.static void
HttpRequestTokeniser. tokeniseHttpRequest(HttpRequest request, HttpArgumentParser[] argumentParsers, ValueLoader valueLoader)
Tokenises theHttpRequest
for 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 class
ValueLoaderImpl
ValueLoader
implementation.Methods in net.officefloor.web.value.load that return ValueLoader Modifier and Type Method Description ValueLoader
ValueLoaderFactory. createValueLoader(T object)
Creates theValueLoader
for the object.ValueLoader
ValueLoaderFactoryImpl. createValueLoader(T object)
-