Package jfun.yan.xml.nuts

This package provides standard Nut classes.

See:
          Description

Interface Summary
LifecycleDeclaration Any nut that supports declarative lifecycle functions.
 

Class Summary
Arg The Nut class for the <arg> tag.
Args The Nut class for <args> tag.
ArgumentsAndPropertiesNut Super class for any Nut that supports <arg>, <args>,<prop> and <props> sub-elements.
ArrayNut Nut class for <array> tag.
BeanNut Nut class for <bean> tag.
BindNut Nut class for <bind> tag.
CollectionNut Any Nut that instantiates linear collection such as java.util.Collection, array or any other non-standard linear collection.
ConstructorNut Nut class for <ctor> tag.
DelegatingBinderNut The super class for any Nut that evaluates to Binder and has a "binder" attribute or a sub-element that accepts a Binder.
DelegatingNut Super class for any Nut that supports a tag such that:
An optional component attribute is used to refer to another component.
An optional sub-element is used to define the component in-place.
DeserializerNut For example,
EntriesNut Super class for tags that support <entry> sub elements.
FactoryNut Nut class for <factory> tag.
FieldNut Nut class for <field> tag.
FunctionCallNut The Nut class for <call> tag.
GetterNut Nut class for <getter> tag.
LifecycleNut The <lifecycle> tag.
ListNut Nut class for <list> tag.
LiteralNut Super class for any Nut that supports the following attributes:
type - the type of the value.
MapEntry The Nut class for <entry> tag.
MapNut Nut class for <map> tag.
MethodNut Nut class for <method> tag.
Prop The Nut class for <prop> tag.
PropertiesNut The <props> tag that creates Properties object.
ProxyNut Nut class for <proxy> tag.
RefServiceNut The <refservice> tag used to reference a service.
ReturnNut Nut class for <return> tag.
SetNut Nut class for <set> tag.
SetterNut Nut class for <setter> tag.
SynchronizedNut Decorate a Binder by putting operations on the bound variable in a synchronized block.
Util Common utility function that may worth being reused by various Nut implementations.
ValueNut Nut class for <value> tag.
 

Package jfun.yan.xml.nuts Description

This package provides standard Nut classes.

Package Specification

The code is developed and tested under Java 1.4.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see README.txt: