Package net.officefloor.web.build
Interface HttpParameter
-
public interface HttpParameterHTTP parameter.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpValueLocationgetLocation()Obtains theHttpValueLocationon theHttpRequest.java.lang.StringgetName()Obtains the name.booleanisRequired()Indicates if required.
-
-
-
Method Detail
-
getName
java.lang.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.
-
-