Uses of Interface
net.officefloor.web.value.load.ValueLoader
Packages that use ValueLoader
Package
Description
-
Uses of ValueLoader in net.officefloor.web.build
Methods in net.officefloor.web.build with parameters of type ValueLoaderModifier and TypeMethodDescriptionvoidHttpArgumentParser.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 ValueLoaderModifier and TypeMethodDescriptionvoidHttpRequestState.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 ValueLoaderModifier and TypeMethodDescriptionvoidFormHttpArgumentParser.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 ValueLoaderMethods in net.officefloor.web.value.load that return ValueLoaderModifier and TypeMethodDescriptionValueLoaderFactory.createValueLoader(T object) Creates theValueLoaderfor the object.ValueLoaderFactoryImpl.createValueLoader(T object)