Package net.officefloor.web
Class HttpCookieParameterAnnotation
java.lang.Object
net.officefloor.web.HttpCookieParameterAnnotation
- All Implemented Interfaces:
HttpParameterAnnotation
HttpCookieParameter annotation.- Author:
- Daniel Sagenschneider
-
Constructor Summary
ConstructorsConstructorDescriptionHttpCookieParameterAnnotation(String parameterName) Instantiate.HttpCookieParameterAnnotation(HttpCookieParameter annotation) Instantiate. -
Method Summary
Modifier and TypeMethodDescriptionObtains the name to extract the parameter value.Obtains the qualifier.
-
Constructor Details
-
HttpCookieParameterAnnotation
Instantiate.- Parameters:
annotation-HttpCookieParameter.
-
HttpCookieParameterAnnotation
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.
-