jfun.yan.xml.nuts.optional
Class RegisterNut

java.lang.Object
  extended by jfun.yan.xml.nut.Nut
      extended by jfun.yan.xml.nuts.optional.AbstractRegisterNut
          extended by jfun.yan.xml.nuts.optional.RegisterNut
All Implemented Interfaces:
java.io.Serializable

public class RegisterNut
extends AbstractRegisterNut

This tag dynamically registers components under dynamic ids.

Author:
Ben Yu Dec 21, 2005 10:18:00 PM
See Also:
Serialized Form

Constructor Summary
RegisterNut()
           
 
Method Summary
 void eval()
           
 java.lang.Object[] getIds()
           
 Component[] getVals()
           
 void setIds(java.lang.Object[] ids)
           
 void setVals(Component[] vals)
           
 
Methods inherited from class jfun.yan.xml.nuts.optional.AbstractRegisterNut
isEager_init, isEagerlyInstantiating, isOverridable, isOverriding, registerValue, setEager_init, setOverridable, setOverriding
 
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

RegisterNut

public RegisterNut()
Method Detail

getIds

public java.lang.Object[] getIds()

setIds

public void setIds(java.lang.Object[] ids)

getVals

public Component[] getVals()

setVals

public void setVals(Component[] vals)

eval

public void eval()