|
Class Summary |
| AbstractObjectHandler |
Abstract class that can be extended. |
| ActionObjectHandler |
ObjectHandler implementation that can set values on Action
objects. |
| BeanConfiguratorHandler |
Object handler that allows easier specification bean configurators
since it will intercept a "factory-foo" style tag and create the
appropriate beanConfigurator without having to pass a fully
qualified class name in a _ctor="" attribute. |
| BeanObjectHandler |
Object handler implementation to deal with converting
XML to standard Java Beans. |
| ClassRegistryHandler |
ObjectHandler implementation that can read a class registry. |
| ConstructedBeanHandler |
Object handler that uses BeanConfigurators to delay the
creation of objects until a list of constructor arguments
can be collected. |
| DefaultObjectHandler |
Default implementation of the object handler interface that is geared
to handling a specific set of objects. |
| FileSetHandler |
ObjectHandler implementation that can be used to create lists
of java.io.File objects similar to the way that ANT's <fileset>
tag works but modified to fit the semantics of ObjectXmlReader. |
| FileSetHandler.Exclude |
|
| FileSetHandler.FilePattern |
|
| FileSetHandler.FileSet |
|
| FileSetHandler.Include |
|
| JndiObjectHandler |
An ObjectHandler that is used to lookup an Object in JNDI. |
| MapObjectHandler |
ObjectHandler implementation that can treat a map as if it had a collection of
Map.Entry objects. |
| MapObjectHandler.Entry |
|
| ObjectTransformingXmlReader |
ObjectXmlReader subclass that loads objects from an XML source after applying
a configurable XSL transformation. |
| ObjectXmlReader |
A general XML-based object reader. |
| SimpleXmlReader |
Reads any XML document into a simple Collections based set of
data structures. |
| StringObjectHandler |
ObjectHandler implementation for handling strings. |
| SystemPropertyObjectHandler |
ObjectHandler implementation that can be used to import
specific system properties into the XML object space. |
| TagReader |
Handles the operations necessary to create an object for the
associated tag type. |
| XmlPrintWriter |
Extends the functionality of the IndentPrintWriter to keep
track of tag state and provide attribute support, etc.. |
| XmlReader |
Provides base support for reading XML files into objects as defined
by subclass implementations. |
| XmlSignatureReader |
Reads the first parts of an XML file to pull out tag
signatures. |