jfun.yan.xml.nut
Class ComponentNut

java.lang.Object
  extended by jfun.yan.xml.nut.Nut
      extended by jfun.yan.xml.nut.ComponentNut
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ArgumentsAndPropertiesNut, BinaryNut, CollectionNut, ConditionalNut, DelegatingNut, EntriesNut, FailNut, InjectorNut, PrintNut, RefNut, ReturnNut, SwitchNut

public abstract class ComponentNut
extends Nut

Super class for any Nut that evaluates to Component.

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

Constructor Summary
ComponentNut()
           
 
Method Summary
abstract  Component 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

ComponentNut

public ComponentNut()
Method Detail

eval

public abstract Component eval()
                        throws java.lang.Exception
Throws:
java.lang.Exception