Class AttributeImpl
java.lang.Object
org.apache.myfaces.config.element.Attribute
org.apache.myfaces.config.impl.element.AttributeImpl
- All Implemented Interfaces:
Serializable
- Version:
- $Revision$ $Date$
- Author:
- Martin Marinschek
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAttributeExtension
(String attributeExtension) void
addDescription
(String value) void
addDisplayName
(String value) void
Collection<? extends String>
Collection<? extends String>
Collection<? extends String>
Collection<? extends String>
getIcons()
void
setAttributeClass
(String attributeClass) void
setAttributeName
(String attributeName) void
setDefaultValue
(String defaultValue) void
setSuggestedValue
(String suggestedValue)
-
Constructor Details
-
AttributeImpl
public AttributeImpl()
-
-
Method Details
-
addDescription
-
getDescriptions
- Specified by:
getDescriptions
in classAttribute
-
addDisplayName
-
getDisplayNames
- Specified by:
getDisplayNames
in classAttribute
-
addIcon
-
getIcons
-
setAttributeName
-
getAttributeName
- Specified by:
getAttributeName
in classAttribute
-
setAttributeClass
-
getAttributeClass
- Specified by:
getAttributeClass
in classAttribute
-
setDefaultValue
-
getDefaultValue
- Specified by:
getDefaultValue
in classAttribute
-
setSuggestedValue
-
getSuggestedValue
- Specified by:
getSuggestedValue
in classAttribute
-
addAttributeExtension
-
getAttributeExtensions
- Specified by:
getAttributeExtensions
in classAttribute
-