| java.lang.Object com.opensymphony.workflow.util.XWorkExecutor
XWorkExecutor | public class XWorkExecutor implements FunctionProvider(Code) | | Executes an XWork function.
The following conversion is done:
- inputs -> ActionContext#parameters
- variables -> ActionContext#session
- args -> ActionContext#application
- action.name - the actionName to ask from the ActionProxy
- namespace - the namespace to ask from the ActionProxy
|
Method Summary | |
public void | execute(Map transientVars, Map args, PropertySet ps) |
|
|