Uses of Interface
net.officefloor.web.build.HttpArgumentParser
-
Packages that use HttpArgumentParser Package Description net.officefloor.web.state net.officefloor.web.tokenise -
-
Uses of HttpArgumentParser in net.officefloor.web.state
Constructors in net.officefloor.web.state with parameters of type HttpArgumentParser Constructor Description HttpRequestStateManagedObjectSource(HttpArgumentParser[] argumentParsers)Instantiate. -
Uses of HttpArgumentParser in net.officefloor.web.tokenise
Classes in net.officefloor.web.tokenise that implement HttpArgumentParser Modifier and Type Class Description classFormHttpArgumentParserFormHttpArgumentParser.Methods in net.officefloor.web.tokenise with parameters of type HttpArgumentParser Modifier and Type Method Description static voidHttpRequestTokeniser. tokeniseHttpRequest(HttpRequest request, HttpArgumentParser[] argumentParsers, ValueLoader valueLoader)Tokenises theHttpRequestfor the arguments to theValueLoader.
-