net.sourceforge.smile.config
Class ComponentTag

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

public class ComponentTag
extends Tag

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

Constructor Summary
ComponentTag()
           
 
Method Summary
 void addAttribute(AttributeTag attribute)
           
 void addDescription(java.lang.String description)
           
 void addDisplayName(java.lang.String displayName)
           
 void addIcon(IconTag icon)
           
 void addProperty(PropertyTag property)
           
 java.util.List getAttributes()
           
 java.lang.String getComponentClass()
           
 java.lang.String getComponentType()
           
 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.
 java.util.List getProperties()
           
 void setAttributes(java.util.List list)
           
 void setComponentClass(java.lang.String string)
           
 void setComponentType(java.lang.String string)
           
 void setDescriptions(java.util.List list)
           
 void setDisplayNames(java.util.List list)
           
 void setIcons(java.util.List list)
           
 void setProperties(java.util.List list)
           
 
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

ComponentTag

public ComponentTag()
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()

setComponentType

public void setComponentType(java.lang.String string)

getComponentType

public java.lang.String getComponentType()

setComponentClass

public void setComponentClass(java.lang.String string)

getComponentClass

public java.lang.String getComponentClass()

addAttribute

public void addAttribute(AttributeTag attribute)

getAttributes

public java.util.List getAttributes()

addProperty

public void addProperty(PropertyTag property)

getProperties

public java.util.List getProperties()

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:

setAttributes

public void setAttributes(java.util.List list)
Parameters:
list -

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 -

setProperties

public void setProperties(java.util.List list)
Parameters:
list -