net.sourceforge.smile.config
Class ManagedPropertyTag
java.lang.Object
net.sourceforge.smile.config.Tag
net.sourceforge.smile.config.ManagedPropertyTag
- public class ManagedPropertyTag
- extends Tag
- Author:
- codehawk
JavaBean for parsing the faces-config.xml with jakarta xml Digester
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
ManagedPropertyTag
public ManagedPropertyTag()
addDescription
public void addDescription(java.lang.String description)
getDescriptions
public java.util.List getDescriptions()
addDisplayName
public void addDisplayName(java.lang.String displayName)
addIcon
public void addIcon(IconTag icon)
getIcons
public java.util.List getIcons()
addValue
public void addValue(Value value)
getValue
public Value getValue()
getMapEntries
public MapEntriesTag getMapEntries()
setMapEntries
public void setMapEntries(MapEntriesTag tag)
getValues
public ValuesTag getValues()
setValues
public void setValues(ValuesTag tag)
getPropertyName
public java.lang.String getPropertyName()
setPropertyName
public void setPropertyName(java.lang.String 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()
getDisplayNames
public java.util.List getDisplayNames()
- Returns:
getPropertyClass
public java.lang.String getPropertyClass()
- 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
-
setPropertyClass
public void setPropertyClass(java.lang.String string)
- Parameters:
string
-
setValue
public void setValue(Value value)
- Parameters:
value
-