org.infoglue.cms.util.workflow
Class WebWorkExecutor

java.lang.Object
  |
  +--org.infoglue.cms.util.workflow.WebWorkExecutor
All Implemented Interfaces:
com.opensymphony.workflow.FunctionProvider

public class WebWorkExecutor
extends java.lang.Object
implements com.opensymphony.workflow.FunctionProvider

Executes a WebWork function and restores the old ActionContext when finished (but does not provide chaining support yet). The following conversion is done:


Constructor Summary
WebWorkExecutor()
           
 
Method Summary
 void execute(java.util.Map transientVars, java.util.Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebWorkExecutor

public WebWorkExecutor()
Method Detail

execute

public void execute(java.util.Map transientVars,
                    java.util.Map args,
                    com.opensymphony.module.propertyset.PropertySet ps)
             throws com.opensymphony.workflow.WorkflowException
Specified by:
execute in interface com.opensymphony.workflow.FunctionProvider
com.opensymphony.workflow.WorkflowException