net.sf.doolin.oxml.action
Class IncludeOXMLAction
java.lang.Object
net.sf.doolin.oxml.action.AbstractOXMLAction
net.sf.doolin.oxml.action.IncludeOXMLAction
- All Implemented Interfaces:
- OXMLAction
public class IncludeOXMLAction
- extends AbstractOXMLAction
include action. This action gets an already defined
sequence and executes it.
Parameters of this action are:
id - (required) ID of the sequence to include
- Author:
- Damien Coraboeuf (x74639)
|
Method Summary |
void |
parse(Element e)
Parses the action from an XML configuration. |
void |
process(OXMLContext context)
Processes the action against a context |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IncludeOXMLAction
public IncludeOXMLAction()
parse
public void parse(Element e)
throws IOException
- Description copied from interface:
OXMLAction
- Parses the action from an XML configuration.
- Parameters:
e - Configuration element for this action.
- Throws:
IOException - If the element cannot be parsed
process
public void process(OXMLContext context)
- Description copied from interface:
OXMLAction
- Processes the action against a context
- Parameters:
context - Execution context
Copyright © 2011. All Rights Reserved.