org.apache.myfaces.config.element
Class Attribute
java.lang.Object
org.apache.myfaces.config.element.Attribute
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- Attribute
public abstract class Attribute
- extends Object
- implements Serializable
- Since:
- 2.0.3
- Author:
- Leonardo Uribe
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Attribute
public Attribute()
getDescriptions
public abstract Collection<? extends String> getDescriptions()
getDisplayNames
public abstract Collection<? extends String> getDisplayNames()
getIcons
public abstract Collection<? extends String> getIcons()
getAttributeName
public abstract String getAttributeName()
getAttributeClass
public abstract String getAttributeClass()
getDefaultValue
public abstract String getDefaultValue()
getSuggestedValue
public abstract String getSuggestedValue()
getAttributeExtensions
public abstract Collection<? extends String> getAttributeExtensions()
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.