org.springframework.webflow.execution.support |
Useful generic support implementations of core flow execution types.
|
Java Source File Name | Type | Comment |
ApplicationView.java | Class | Concrete response type that requests the rendering of a local, internal
application view resource such as a JSP, Velocity, or FreeMarker template. |
EventFactorySupport.java | Class | A convenience support class assisting in the creation of
Event objects.
This class can be used as a simple utility class when you need to create
common event objects. |
ExternalRedirect.java | Class | Concrete response type that requests a redirect to an external URL outside of
Spring Web Flow. |
FlowDefinitionRedirect.java | Class | Concrete response type that requests that a new execution of a flow
definition (representing the start of a new conversation) be launched. |
FlowExecutionRedirect.java | Class | 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. |