net.sourceforge.smile.config
Class MapEntryTag
java.lang.Object
net.sourceforge.smile.config.Tag
net.sourceforge.smile.config.MapEntryTag
- public class MapEntryTag
- extends Tag
- Author:
- codehawk
This class represents a single map-entry element in faces-config.xml
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
MapEntryTag
public MapEntryTag()
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
-