jfun.yan.xml.nuts
Class EntriesNut

java.lang.Object
  extended by jfun.yan.xml.nut.Nut
      extended by jfun.yan.xml.nut.ComponentNut
          extended by jfun.yan.xml.nuts.EntriesNut
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InjectionTypeCaseNut, MapNut, PropertiesNut

public abstract class EntriesNut
extends ComponentNut

Super class for tags that support <entry> sub elements.

Author:
Ben Yu Nov 17, 2005 1:03:03 AM
See Also:
Serialized Form

Constructor Summary
EntriesNut()
           
 
Method Summary
 void addEntry(MapEntry entry)
           
 Component[] getEntryComponents()
           
 java.lang.Class getKey_type()
           
 java.util.List getKeys()
           
 java.lang.Class getOf()
           
 void setKey_type(java.lang.Class key_type)
           
 void setOf(java.lang.Class of)
           
 
Methods inherited from class jfun.yan.xml.nut.ComponentNut
eval
 
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

EntriesNut

public EntriesNut()
Method Detail

getKey_type

public java.lang.Class getKey_type()

setKey_type

public void setKey_type(java.lang.Class key_type)

setOf

public void setOf(java.lang.Class of)

getOf

public java.lang.Class getOf()

addEntry

public void addEntry(MapEntry entry)

getKeys

public java.util.List getKeys()

getEntryComponents

public Component[] getEntryComponents()