net.sourceforge.smile.config
Class ConverterTag

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

public class ConverterTag
extends Tag

Author:
codehawk This class represents a single converter tag in the faces-config.xml file.

Constructor Summary
ConverterTag()
           
 
Method Summary
 void addAttribute(AttributeTag attribute)
           
 void addDescription(java.lang.String description)
           
 void addIcon(IconTag icon)
           
 void addProperty(PropertyTag property)
           
 java.util.List getAttributes()
           
 java.lang.String getConverterClass()
           
 java.lang.String getConverterId()
           
 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 setConverterClass(java.lang.String string)
           
 void setConverterId(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

ConverterTag

public ConverterTag()
Method Detail

addAttribute

public void addAttribute(AttributeTag attribute)

addProperty

public void addProperty(PropertyTag property)

addDescription

public void addDescription(java.lang.String description)

addIcon

public void addIcon(IconTag icon)

getIcons

public java.util.List getIcons()

getConverterClass

public java.lang.String getConverterClass()
Returns:

getConverterId

public java.lang.String getConverterId()
Returns:

setConverterClass

public void setConverterClass(java.lang.String string)
Parameters:
string -

setConverterId

public void setConverterId(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()

getAttributes

public java.util.List getAttributes()
Returns:

getDescriptions

public java.util.List getDescriptions()
Returns:

getDisplayNames

public java.util.List getDisplayNames()
Returns:

getProperties

public java.util.List getProperties()
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 -