Package net.officefloor.web
Interface HttpParameterAnnotation
-
- All Known Implementing Classes:
HttpContentParameterAnnotation
,HttpCookieParameterAnnotation
,HttpHeaderParameterAnnotation
,HttpPathParameterAnnotation
,HttpQueryParameterAnnotation
public interface HttpParameterAnnotation
HTTP parameter annotation.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getParameterName()
Obtains the name to extract the parameter value.java.lang.String
getQualifier()
Obtains the qualifier.
-