net.sourceforge.smile.config
Class ManagedPropertyTag

java.lang.Object
  extended bynet.sourceforge.smile.config.Tag
      extended bynet.sourceforge.smile.config.ManagedPropertyTag

public class ManagedPropertyTag
extends Tag

Author:
codehawk JavaBean for parsing the faces-config.xml with jakarta xml Digester

Constructor Summary
ManagedPropertyTag()
           
 
Method Summary
 void addDescription(java.lang.String description)
           
 void addDisplayName(java.lang.String displayName)
           
 void addIcon(IconTag icon)
           
 void addValue(Value value)
           
 java.util.List getDescriptions()
           
 java.util.List getDisplayNames()
           
 java.util.List getIcons()
           
 java.lang.String getIdentity()
          This operation should be implemented, to return a string, that identifies the object within it's context in the tree.
 MapEntriesTag getMapEntries()
           
 java.lang.String getPropertyClass()
           
 java.lang.String getPropertyName()
           
 Value getValue()
           
 ValuesTag getValues()
           
 void setDescriptions(java.util.List list)
           
 void setDisplayNames(java.util.List list)
           
 void setIcons(java.util.List list)
           
 void setMapEntries(MapEntriesTag tag)
           
 void setPropertyClass(java.lang.String string)
           
 void setPropertyName(java.lang.String string)
           
 void setValue(Value value)
           
 void setValues(ValuesTag tag)
           
 
Methods inherited from class net.sourceforge.smile.config.Tag
equals, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagedPropertyTag

public ManagedPropertyTag()
Method Detail

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 -