Uses of Class
jfun.yan.xml.nuts.DelegatingNut

Packages that use DelegatingNut
jfun.yan.xfire This package provides xfire integration for Yan. 
jfun.yan.xml.nuts This package provides standard Nut classes. 
jfun.yan.xml.nuts.optional This package provides some optional Nut classes that can be loaded manually from the config file. 
 

Uses of DelegatingNut in jfun.yan.xfire
 

Subclasses of DelegatingNut in jfun.yan.xfire
 class ServiceNut
          The nut class that wraps up a component as a service.
 

Uses of DelegatingNut in jfun.yan.xml.nuts
 

Subclasses of DelegatingNut in jfun.yan.xml.nuts
 class BindNut
          Nut class for <bind> tag.
 class FactoryNut
          Nut class for <factory> tag.
 class FieldNut
          Nut class for <field> tag.
 class GetterNut
          Nut class for <getter> tag.
 class LifecycleNut
          The <lifecycle> tag.
 class ProxyNut
          Nut class for <proxy> tag.
 

Uses of DelegatingNut in jfun.yan.xml.nuts.optional
 

Subclasses of DelegatingNut in jfun.yan.xml.nuts.optional
 class Case
          The <case> sub-element in the <switch> tag.
 class Default
          The <default> sub-element in the <switch> tag.
 class GetKeyNut
          Nut class for getting a value from a map.
 class InjectionNut
          Uses any component to create an Injection instance.
 class InjectNut
          This Nut class instantiates a proxy object that implements a given interface.
 class InstanceOfNut
          A nut class to determine if the instance instantiated by a Component is of a certain type.
 class SubscriptNut
          Nut class for getting an element from a list/array.
 class WithArgumentsNut
          This Nut class enables calling a method/constructor with argument list created dynamically, rather than through the arg and args sub-elements literally.
 class WithPropertiesNut
          This Nut class enables setting properties for a bean with property key-value map created dynamically, rather than through the prop sub-elements literally.