net.sourceforge.smile.config
Class MapEntryTag

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

public class MapEntryTag
extends Tag

Author:
codehawk This class represents a single map-entry element in faces-config.xml

Constructor Summary
MapEntryTag()
           
 
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 getKey()
           
 Value getValue()
           
 void setKey(java.lang.String string)
           
 void setSingleValue(Value value)
           
 void setValue(Value value)
           
 
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

MapEntryTag

public MapEntryTag()
Method Detail

getKey

public java.lang.String getKey()

setKey

public void setKey(java.lang.String string)

getValue

public Value getValue()

setSingleValue

public void setSingleValue(Value value)

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

setValue

public void setValue(Value value)
Parameters:
value -