net.sourceforge.smile.config
Class MapEntriesTag

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

public class MapEntriesTag
extends Tag

Author:
codehawk This class reptresents a single map-entries tag in faces-config.xml

Constructor Summary
MapEntriesTag()
           
 
Method Summary
 void addMapEntry(MapEntryTag mapEntry)
           
 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 getKeyClass()
           
 java.util.List getMapEntries()
           
 java.lang.String getValueClass()
           
 void setKeyClass(java.lang.String string)
           
 void setMapEntries(java.util.List list)
           
 void setValueClass(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

MapEntriesTag

public MapEntriesTag()
Method Detail

getKeyClass

public java.lang.String getKeyClass()

setKeyClass

public void setKeyClass(java.lang.String string)

getValueClass

public java.lang.String getValueClass()

setValueClass

public void setValueClass(java.lang.String string)

addMapEntry

public void addMapEntry(MapEntryTag mapEntry)

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

getMapEntries

public java.util.List getMapEntries()
Returns:

setMapEntries

public void setMapEntries(java.util.List list)
Parameters:
list -