Package net.officefloor.web.state
Class HttpArgument
java.lang.Object
net.officefloor.web.state.HttpArgument
- All Implemented Interfaces:
Serializable
HTTP argument.
- Author:
- Daniel Sagenschneider
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal HttpValueLocationLocation that thisHttpArgumentwas sourced.final StringArgument name.NextHttpArgument.final StringArgument value. -
Constructor Summary
ConstructorsConstructorDescriptionHttpArgument(String name, String value, HttpValueLocation location) Instantiate. -
Method Summary
-
Field Details
-
name
Argument name. -
value
Argument value. -
location
Location that thisHttpArgumentwas sourced. -
next
NextHttpArgument.
-
-
Constructor Details
-
HttpArgument
Instantiate.- Parameters:
name- Argument name.value- Argument value.location-HttpValueLocation.
-