Uses of Class
jfun.yan.xml.nut.BinderNut

Packages that use BinderNut
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 BinderNut in jfun.yan.xml.nuts
 

Subclasses of BinderNut in jfun.yan.xml.nuts
 class DelegatingBinderNut
          The super class for any Nut that evaluates to Binder and has a "binder" attribute or a sub-element that accepts a Binder.
 class SynchronizedNut
          Decorate a Binder by putting operations on the bound variable in a synchronized block.
 

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

Subclasses of BinderNut in jfun.yan.xml.nuts.optional
 class ForeachNut
          This Nut class creates a Binder object that passes each element in an array/collection/map to another Binder object for subsequent changes.
 class TypeCaseNut
          This Nut class creates a typecase tag that evaluates to a Binder object.