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 java.lang.Object implements QualifierNameFactory<HttpContentParameter>
-
-
Constructor Summary
Constructors Constructor Description HttpContentParameterNameFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getQualifier(java.lang.String name)
Obtains the qualifier from name.java.lang.String
getQualifierName(HttpContentParameter annotation)
Obtains theQualifier
name from theAnnotation
.
-
-
-
Method Detail
-
getQualifier
public static java.lang.String getQualifier(java.lang.String name)
Obtains the qualifier from name.- Parameters:
name
- Name.- Returns:
- Qualifier.
-
getQualifierName
public java.lang.String getQualifierName(HttpContentParameter annotation)
Description copied from interface:QualifierNameFactory
Obtains theQualifier
name from theAnnotation
.- Specified by:
getQualifierName
in interfaceQualifierNameFactory<HttpContentParameter>
- Parameters:
annotation
-Annotation
containing attributes to aid determining the name.- Returns:
- Qualified name.
-
-