uk.co.lakesidetech.spxforms.web.bind.xforms.action
Class DeleteXFormAction

java.lang.Object
  extended byuk.co.lakesidetech.spxforms.web.bind.xforms.action.DeleteXFormAction
All Implemented Interfaces:
IXFormAction

public class DeleteXFormAction
extends java.lang.Object
implements IXFormAction

Author:
Stuart Eccles

Constructor Summary
DeleteXFormAction()
           
 
Method Summary
 void doAction(org.apache.commons.jxpath.JXPathContext jxpathcontext, java.lang.Object instance)
           
 void setParameters(java.util.Map parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteXFormAction

public DeleteXFormAction()
Method Detail

setParameters

public void setParameters(java.util.Map parameters)
Specified by:
setParameters in interface IXFormAction
Parameters:
parameters -
See Also:
uk.co.lakesidetech.spxforms.web.bind.xforms.IXFormAction#setParameters(java.util.Map)

doAction

public void doAction(org.apache.commons.jxpath.JXPathContext jxpathcontext,
                     java.lang.Object instance)
Specified by:
doAction in interface IXFormAction
Parameters:
jxpathcontext -
instance -
See Also:
uk.co.lakesidetech.spxforms.web.bind.xforms.IXFormAction#doAction(org.apache.commons.jxpath.JXPathContext, java.lang.Object)