Package net.officefloor.web
Class HttpContentParameterAnnotation
java.lang.Object
net.officefloor.web.HttpContentParameterAnnotation
- All Implemented Interfaces:
HttpParameterAnnotation
HttpContentParameter annotation.- Author:
- Daniel Sagenschneider
-
Constructor Summary
ConstructorsConstructorDescriptionHttpContentParameterAnnotation(String parameterName) Instantiate.HttpContentParameterAnnotation(HttpContentParameter annotation) Instantiate. -
Method Summary
Modifier and TypeMethodDescriptionObtains the name to extract the parameter value.Obtains the qualifier.
-
Constructor Details
-
HttpContentParameterAnnotation
Instantiate.- Parameters:
annotation-HttpContentParameter.
-
HttpContentParameterAnnotation
Instantiate.- Parameters:
parameterName- Name to extract the parameter value.
-
-
Method Details
-
getParameterName
Description copied from interface:HttpParameterAnnotationObtains the name to extract the parameter value.- Specified by:
getParameterNamein interfaceHttpParameterAnnotation- Returns:
- Name to extract the parameter value.
-
getQualifier
Description copied from interface:HttpParameterAnnotationObtains the qualifier.- Specified by:
getQualifierin interfaceHttpParameterAnnotation- Returns:
- Qualifier.
-