net.sourceforge.smile.config
Class PropertyTag
java.lang.Object
net.sourceforge.smile.config.Tag
net.sourceforge.smile.config.PropertyTag
- public class PropertyTag
- extends Tag
- Author:
- codehawk
This class represents a single property tag in faces-config.xml
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
PropertyTag
public PropertyTag()
addDescription
public void addDescription(java.lang.String description)
addDisplayName
public void addDisplayName(java.lang.String displayName)
addIcon
public void addIcon(IconTag icon)
getPropertyClass
public java.lang.String getPropertyClass()
- Returns:
getPropertyName
public java.lang.String getPropertyName()
- Returns:
setPropertyClass
public void setPropertyClass(java.lang.String string)
- Parameters:
string
-
setPropertyName
public void setPropertyName(java.lang.String string)
- Parameters:
string
-
getIdentity
public java.lang.String getIdentity()
- Description copied from class:
Tag
- This operation should be implemented, to return a string, that
identifies the object within it's context in the tree.
- Specified by:
getIdentity
in class Tag
- Returns:
- See Also:
Tag.getIdentity()
getDescriptions
public java.util.List getDescriptions()
- Returns:
getDisplayNames
public java.util.List getDisplayNames()
- Returns:
getIcons
public java.util.List getIcons()
- Returns:
setDescriptions
public void setDescriptions(java.util.List list)
- Parameters:
list
-
setDisplayNames
public void setDisplayNames(java.util.List list)
- Parameters:
list
-
setIcons
public void setIcons(java.util.List list)
- Parameters:
list
-