|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.oxml.action.AbstractOXMLAction
net.sf.doolin.oxml.action.AbstractSequenceOXMLAction
net.sf.doolin.oxml.action.SequenceOXMLAction
public class SequenceOXMLAction
sequence action. This action just stores its inner actions and
can be executed later by the include action.
Parameters of this action are:
id - (required) ID of the sequence.
| Constructor Summary | |
|---|---|
SequenceOXMLAction()
|
|
| Method Summary | |
|---|---|
void |
execute(OXMLContext context)
Executes the sequence |
String |
getId()
Gets the id. |
void |
parse(Element e)
Parses each child. |
void |
process(OXMLContext context)
Processes each sub action. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SequenceOXMLAction()
| Method Detail |
|---|
public void execute(OXMLContext context)
context - Execution contextpublic String getId()
public void parse(Element e)
throws IOException
parse in interface OXMLActionparse in class AbstractSequenceOXMLActione - Configuration element for this action.
IOException - If the element cannot be parsedOXMLAction.parse(org.w3c.dom.Element)public void process(OXMLContext context)
process in interface OXMLActionprocess in class AbstractSequenceOXMLActioncontext - Execution contextOXMLAction.process(net.sf.doolin.oxml.OXMLContext)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||