jfun.yan.xml.nuts
Class MapNut

java.lang.Object
  extended by jfun.yan.xml.nut.Nut
      extended by jfun.yan.xml.nut.ComponentNut
          extended by jfun.yan.xml.nuts.EntriesNut
              extended by jfun.yan.xml.nuts.MapNut
All Implemented Interfaces:
java.io.Serializable

public class MapNut
extends EntriesNut

Nut class for <map> tag.

Author:
Ben Yu Nov 9, 2005 11:42:15 PM
See Also:
Serialized Form

Constructor Summary
MapNut()
           
 
Method Summary
 java.util.Map createMap(int sz)
           
 Component eval()
           
 java.lang.Class getType()
           
 void setType(java.lang.Class type)
           
 
Methods inherited from class jfun.yan.xml.nuts.EntriesNut
addEntry, getEntryComponents, getKey_type, getKeys, getOf, setKey_type, setOf
 
Methods inherited from class jfun.yan.xml.nut.Nut
cast, checkDuplicate, checkMandatory, checkMandatory, convert, getComponentClassLoader, getId, getNutClassLoader, getNutEnvironment, getParameterWiring, getPropertyWiring, getSequenceNumber, getTagLocation, getTagName, initGloballyDefined, initNutEnvironment, initSequenceNumber, initTagLocation, initTagName, isGloballyDefined, raise, raise, register, registerEagerInstantiation, setId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MapNut

public MapNut()
Method Detail

getType

public java.lang.Class getType()

setType

public void setType(java.lang.Class type)

createMap

public java.util.Map createMap(int sz)

eval

public Component eval()
Specified by:
eval in class ComponentNut