net.sf.doolin.oxml.action
Class IncludeOXMLAction

java.lang.Object
  extended by net.sf.doolin.oxml.action.AbstractOXMLAction
      extended by 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:

Author:
Damien Coraboeuf (x74639)

Constructor Summary
IncludeOXMLAction()
           
 
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
 

Constructor Detail

IncludeOXMLAction

public IncludeOXMLAction()
Method Detail

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.