org.springframework.webflow.execution.support
Class FlowExecutionRedirect
java.lang.Object
org.springframework.webflow.execution.ViewSelection
org.springframework.webflow.execution.support.FlowExecutionRedirect
- All Implemented Interfaces:
- java.io.Serializable
public final class FlowExecutionRedirect
- extends ViewSelection
Concrete response type that refreshes an application view by redirecting
to an existing, active Spring Web Flow execution at a unique
SWF-specific flow execution URL. This enables the triggering of
post-redirect-get semantics from within an active flow execution.
Once the redirect response is issued a new request is initiated by the
browser targeted at the flow execution URL. The URL is stabally refreshable
(and bookmarkable) while the conversation remains active, safely triggering a
ViewState.refresh(org.springframework.webflow.execution.RequestContext)
on each access.
- Author:
- Keith Donald, Erwin Vervaet
- See Also:
- Serialized Form
|
Method Summary |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
INSTANCE
public static final FlowExecutionRedirect INSTANCE
- The single instance of this class.
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2004-2006. All Rights Reserved.