public class FlowDefinitionRedirectAction extends AbstractAction
logger| Constructor and Description |
|---|
FlowDefinitionRedirectAction(org.springframework.binding.expression.Expression expression)
Creates a new flow definition redirect action.
|
| Modifier and Type | Method and Description |
|---|---|
protected Event |
doExecute(RequestContext context)
Template hook method subclasses should override to encapsulate their specific action execution logic.
|
afterPropertiesSet, doPostExecute, doPreExecute, error, error, execute, getActionNameForLogging, getEventFactorySupport, initAction, no, result, result, result, result, success, success, yespublic FlowDefinitionRedirectAction(org.springframework.binding.expression.Expression expression)
expression - a encoded flow redirect expressionprotected Event doExecute(RequestContext context) throws java.lang.Exception
AbstractActiondoExecute in class AbstractActioncontext - the action execution context, for accessing and setting data in "flow scope" or "request scope"java.lang.Exception - an unrecoverable exception occured, either checked or unchecked