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