net.sourceforge.smile.config
Class Tag

java.lang.Object
  extended bynet.sourceforge.smile.config.Tag
Direct Known Subclasses:
ApplicationTag, AttributeTag, ComponentTag, ConverterTag, FacesConfigTag, IconTag, ManagedBeanTag, ManagedPropertyTag, MapEntriesTag, MapEntryTag, MessageResourcesTag, MessageTag, NavigationCaseTag, NavigationRuleTag, PropertyTag, RendererTag, RenderKitTag, ValidatorTag, Value, ValuesTag

public abstract class Tag
extends java.lang.Object

Author:
codehawk This is the base interface for all tags in the faces-config elements. faces-config.xml files are parsed and merged into a tree.

Constructor Summary
Tag()
           
 
Method Summary
 boolean equals(java.lang.Object otherObj)
           
abstract  java.lang.String getIdentity()
          This operation should be implemented, to return a string, that identifies the object within it's context in the tree.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tag

public Tag()
Method Detail

getIdentity

public abstract java.lang.String getIdentity()
This operation should be implemented, to return a string, that identifies the object within it's context in the tree.

Returns:

equals

public boolean equals(java.lang.Object otherObj)
See Also:
Object.equals(java.lang.Object)

hashCode

public int hashCode()
See Also:
Object.hashCode()