Uses of Package
jfun.yan.xml.nuts.optional

Packages that use jfun.yan.xml.nuts.optional
jfun.yan.xml.nuts.optional This package provides some optional Nut classes that can be loaded manually from the config file. 
 

Classes in jfun.yan.xml.nuts.optional used by jfun.yan.xml.nuts.optional
AbstractLoopRegisterNut
          This class dynamically register components returned from the function body in each loop.
AbstractRegisterNut
          This class provides the basic functionality for any tag that wants to support dynamic component registration.
AspectjNut
          The <aspectj> tag that declares an aspect.
BinaryAssertionNut
          Super class for any Nut that supports "val1" and "val2" attributes and checks a binary predicate on them.
BinaryNut
          Super class for any tag that supports val1, val2, type1, type2 attributes.
BinaryPredicateNut
          Super class for any tag that compares two objects.
BinderCase
          Represents a case in the <typecase> tag.
BinderDefault
          Represents the default case in the <typecase> tag.
Case
          The <case> sub-element in the <switch> tag.
ConditionalNut
          Super class for binary conditional statement such as if/unless.
Default
          The <default> sub-element in the <switch> tag.
InjectionCase
          An injection case.