Package org.oddjob.arooa.handlers

Handlers which handle XML elements during the parsing of a configuration file.

See:
          Description

Interface Summary
AttributeHelper.Processor  
 

Class Summary
AttributeHelper  
DefaultComponentHandler The handler for an Arooa component.
DocumentStartHandler Handles the document element.
MainHandler The first handler to be called.
MappedPropertyHandler The handler for an setXyz(String name, SomeType value) methods.
NestedElementHandler Handler for a nested element.
NestedPropertyHandler The handler for a propert who's definition is inline.
SerializedComponentHandler This handler attempts to load components as serialised objects from the file system.
SkipLevelHandler Skips an element level.
TypicalElementHandler Abstract Base Class for handlers which handle text and and child elements in the same way.
ValueHandler This handler handles nested values.
XmlHandler This handler converts the events back into XML.
 

Package org.oddjob.arooa.handlers Description

Handlers which handle XML elements during the parsing of a configuration file.