net.sourceforge.smile.config
Class IconTag

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

public class IconTag
extends Tag

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

Constructor Summary
IconTag()
           
 
Method Summary
 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.lang.String getLargeIcon()
           
 java.lang.String getSmallIcon()
           
 void setLargeIcon(java.lang.String string)
           
 void setSmallIcon(java.lang.String string)
           
 
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

IconTag

public IconTag()
Method Detail

getLargeIcon

public java.lang.String getLargeIcon()
Returns:

getSmallIcon

public java.lang.String getSmallIcon()
Returns:

setLargeIcon

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

setSmallIcon

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