Package net.officefloor.web
Class HttpContentParameter.HttpContentParameterNameFactory
java.lang.Object
net.officefloor.web.HttpContentParameter.HttpContentParameterNameFactory
- All Implemented Interfaces:
QualifierNameFactory<HttpContentParameter>
- Enclosing class:
- HttpContentParameter
public static class HttpContentParameter.HttpContentParameterNameFactory
extends Object
implements QualifierNameFactory<HttpContentParameter>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetQualifier(String name) Obtains the qualifier from name.getQualifierName(HttpContentParameter annotation) Obtains theQualifiername from theAnnotation.
-
Constructor Details
-
HttpContentParameterNameFactory
public HttpContentParameterNameFactory()
-
-
Method Details
-
getQualifier
Obtains the qualifier from name.- Parameters:
name- Name.- Returns:
- Qualifier.
-
getQualifierName
Description copied from interface:QualifierNameFactoryObtains theQualifiername from theAnnotation.- Specified by:
getQualifierNamein interfaceQualifierNameFactory<HttpContentParameter>- Parameters:
annotation-Annotationcontaining attributes to aid determining the name.- Returns:
- Qualified name.
-