org.oddjob.arooa.standard
Class PropertyHandler
java.lang.Object
org.oddjob.arooa.standard.PropertyHandler
- All Implemented Interfaces:
- ArooaHandler
public class PropertyHandler
- extends Object
- implements ArooaHandler
Handles the ArooaElement
for a property.
- Author:
- rob
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyHandler
public PropertyHandler()
onStartElement
public ArooaContext onStartElement(ArooaElement element,
ArooaContext parentContext)
throws ArooaConfigurationException
- Description copied from interface:
ArooaHandler
- Handles a configuration element.
- Specified by:
onStartElement
in interface ArooaHandler
- Parameters:
element
- The configuration element.parentContext
- The parent ArooaContext.
- Returns:
- A new ArooaContext for this element.
- Throws:
ArooaConfigurationException