org.oddjob.arooa.standard
Class PropertyHandler

java.lang.Object
  extended by org.oddjob.arooa.standard.PropertyHandler
All Implemented Interfaces:
ArooaHandler

public class PropertyHandler
extends Object
implements ArooaHandler

Handles the ArooaElement for a property.

Author:
rob

Constructor Summary
PropertyHandler()
           
 
Method Summary
 ArooaContext onStartElement(ArooaElement element, ArooaContext parentContext)
          Handles a configuration element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyHandler

public PropertyHandler()
Method Detail

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