|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.webflow.engine.ActionExecutor
public class ActionExecutor
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.
Method Summary | |
---|---|
static Event |
execute(Action action,
RequestContext context)
Execute the given action. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Event execute(Action action, RequestContext context) throws ActionExecutionException
action
- the action to executecontext
- the flow execution request context
ActionExecutionException
- if the action threw an exception while executing, the orginal exception is
available as the cause if this exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |