|
spring-webflow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.webflow.action.AbstractAction
org.springframework.webflow.action.ExternalRedirectAction
public class ExternalRedirectAction
An action that sends an external redirect when executed.
| Field Summary |
|---|
| Fields inherited from class org.springframework.webflow.action.AbstractAction |
|---|
logger |
| Constructor Summary | |
|---|---|
ExternalRedirectAction(org.springframework.binding.expression.Expression resourceUri)
Creates a new external redirect action |
|
| Method Summary | |
|---|---|
protected Event |
doExecute(RequestContext context)
Template hook method subclasses should override to encapsulate their specific action execution logic. |
| Methods inherited from class org.springframework.webflow.action.AbstractAction |
|---|
afterPropertiesSet, doPostExecute, doPreExecute, error, error, execute, getActionNameForLogging, getEventFactorySupport, initAction, no, result, result, result, result, success, success, yes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExternalRedirectAction(org.springframework.binding.expression.Expression resourceUri)
resourceUri - an expression for the resource Uri to redirect to| Method Detail |
|---|
protected Event doExecute(RequestContext context)
throws java.lang.Exception
AbstractAction
doExecute 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
|
spring-webflow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||