uk.co.lakesidetech.spxforms.web.bind.xforms.element
Class AbstractActionableXFormElement

java.lang.Object
  extended byuk.co.lakesidetech.spxforms.web.bind.xforms.element.AbstractActionableXFormElement
All Implemented Interfaces:
IXFormElement
Direct Known Subclasses:
SubmitXFormElement, TriggerXFormElement

public abstract class AbstractActionableXFormElement
extends java.lang.Object
implements IXFormElement

Author:
Stuart Eccles

Constructor Summary
AbstractActionableXFormElement()
           
 
Method Summary
 void doActions(org.apache.commons.jxpath.JXPathContext jxpathcontext, java.lang.Object instance)
           
 void setActions(java.util.Collection actions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface uk.co.lakesidetech.spxforms.web.bind.xforms.element.IXFormElement
setParameters
 

Constructor Detail

AbstractActionableXFormElement

public AbstractActionableXFormElement()
Method Detail

setActions

public void setActions(java.util.Collection actions)
Specified by:
setActions in interface IXFormElement
Parameters:
actions -
See Also:
IXFormElement.setActions(java.util.Collection)

doActions

public void doActions(org.apache.commons.jxpath.JXPathContext jxpathcontext,
                      java.lang.Object instance)
Specified by:
doActions in interface IXFormElement
Parameters:
jxpathcontext -
instance -
See Also:
IXFormElement.doActions(org.apache.commons.jxpath.JXPathContext, java.lang.Object)