Package net.officefloor.web.build
Interface HttpParameter
public interface HttpParameter
HTTP parameter.
- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theHttpValueLocationon theHttpRequest.getName()Obtains the name.booleanIndicates if required.
-
Method Details
-
getName
String getName()Obtains the name.- Returns:
- Name.
-
getLocation
HttpValueLocation getLocation()Obtains theHttpValueLocationon theHttpRequest.- Returns:
HttpValueLocationon theHttpRequest.
-
isRequired
boolean isRequired()Indicates if required.- Returns:
trueif required.
-