public class ActionExecutor
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static Event |
execute(Action action,
RequestContext context)
Execute the given action.
|
public static Event execute(Action action, RequestContext context) throws ActionExecutionException
action
- the action to executecontext
- the flow execution request contextActionExecutionException
- if the action threw an exception while executing, the orginal exception is
available as the cause if this exception