org.oddjob.arooa.parsing
Class QTagConfiguration
java.lang.Object
org.oddjob.arooa.parsing.QTagConfiguration
- All Implemented Interfaces:
- ArooaConfiguration
public class QTagConfiguration
- extends Object
- implements ArooaConfiguration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QTagConfiguration
public QTagConfiguration(QTag tag)
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