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

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

public class SetValueXFormAction
extends java.lang.Object
implements IXFormAction

Author:
Stuart Eccles

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

SetValueXFormAction

public SetValueXFormAction()
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)