| java.lang.Object org.springframework.webflow.engine.ActionExecutor
ActionExecutor | public class ActionExecutor (Code) | | A simple static helper that performs action execution that encapsulates
common logging and exception handling logic. This is an internal helper class
that is not normally used by application code.
author: Keith Donald author: Erwin Vervaet |
execute | public static Event execute(Action action, RequestContext context) throws ActionExecutionException(Code) | | Execute the given action.
Parameters: action - the action to execute Parameters: context - the flow execution request context result of action execution throws: ActionExecutionException - if the action threw an exception whileexecuting, the orginal exception is available as the cause if this exception |
|
|