Package net.officefloor.web.tokenise
Class FormHttpArgumentParser
java.lang.Object
net.officefloor.web.tokenise.FormHttpArgumentParser
- All Implemented Interfaces:
HttpArgumentParser,HttpContentParser
Form
HttpArgumentParser.- Author:
- Daniel Sagenschneider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtains theContent-Typehandled by thisHttpArgumentParser.voidparse(HttpRequest request, ValueLoader valueLoader) Parses the HTTP entity.
-
Constructor Details
-
FormHttpArgumentParser
public FormHttpArgumentParser()
-
-
Method Details
-
getContentType
Description copied from interface:HttpContentParserObtains theContent-Typehandled by thisHttpArgumentParser.- Specified by:
getContentTypein interfaceHttpContentParser- Returns:
Content-Typehandled by thisHttpArgumentParser.
-
parse
Description copied from interface:HttpArgumentParserParses the HTTP entity.- Specified by:
parsein interfaceHttpArgumentParser- Parameters:
request-HttpRequest.valueLoader-ValueLoader.- Throws:
HttpException- If fails to parse theServerHttpConnection.
-