org.infoglue.cms.util.workflow
Class WebWorkExecutor

java.lang.Object
  extended by 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
clone, equals, finalize, 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
Throws:
com.opensymphony.workflow.WorkflowException


Copyright © 2005 InfoGlue.org All Rights Reserved.