org.oddjob.arooa.parsing
Class QTagConfiguration

java.lang.Object
  extended by org.oddjob.arooa.parsing.QTagConfiguration
All Implemented Interfaces:
ArooaConfiguration

public class QTagConfiguration
extends Object
implements ArooaConfiguration


Constructor Summary
QTagConfiguration(QTag tag)
           
 
Method Summary
 ConfigurationHandle parse(ArooaContext parentContext)
          Parse the encapsulated configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QTagConfiguration

public QTagConfiguration(QTag tag)
Method Detail

parse

public ConfigurationHandle parse(ArooaContext parentContext)
                          throws ArooaParseException
Description copied from interface: ArooaConfiguration
Parse the encapsulated configuration.

Specified by:
parse in interface ArooaConfiguration
Parameters:
parentContext - The parent context to use.
Returns:
A ConfigurationHandle.
Throws:
ArooaParseException