| java.lang.Object com.opensymphony.workflow.util.WebWorkExecutor
WebWorkExecutor | public class WebWorkExecutor implements FunctionProvider(Code) | | Executes a WebWork function and restores the old ActionContext when finished
(but does not provide chaining support yet). The following conversion is done:
- inputs -> ActionContext#parameters
- variables -> ActionContext#session
- args -> ActionContext#application
- action.name - the actionName to ask from the ActionFactory
|
Method Summary | |
public void | execute(Map transientVars, Map args, PropertySet ps) |
|
|