Uses of Package
org.springframework.webflow.execution.support

Packages that use org.springframework.webflow.execution.support
org.springframework.webflow.action Common action implementations invokable by flow definitions. 
org.springframework.webflow.engine.builder The flow builder subsystem for building and assembling executable flow definitions. 
org.springframework.webflow.engine.support Support implementations for internal engine-specific types. 
org.springframework.webflow.execution.support Useful generic support implementations of core flow execution types. 
org.springframework.webflow.executor.struts The integration layer between Spring Web Flow and Struts 1.x. 
org.springframework.webflow.executor.support Flow executor implementation support; includes helpers for driving the execution of flows. 
org.springframework.webflow.test.execution Support for testing the execution of a flow definition. 
 

Classes in org.springframework.webflow.execution.support used by org.springframework.webflow.action
EventFactorySupport
          A convenience support class assisting in the creation of Event objects.
 

Classes in org.springframework.webflow.execution.support used by org.springframework.webflow.engine.builder
EventFactorySupport
          A convenience support class assisting in the creation of Event objects.
 

Classes in org.springframework.webflow.execution.support used by org.springframework.webflow.engine.support
ApplicationView
          Concrete response type that requests the rendering of a local, internal application view resource such as a JSP, Velocity, or FreeMarker template.
 

Classes in org.springframework.webflow.execution.support used by org.springframework.webflow.execution.support
FlowExecutionRedirect
          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.
 

Classes in org.springframework.webflow.execution.support used by org.springframework.webflow.executor.struts
ApplicationView
          Concrete response type that requests the rendering of a local, internal application view resource such as a JSP, Velocity, or FreeMarker template.
 

Classes in org.springframework.webflow.execution.support used by org.springframework.webflow.executor.support
ApplicationView
          Concrete response type that requests the rendering of a local, internal application view resource such as a JSP, Velocity, or FreeMarker template.
ExternalRedirect
          Concrete response type that requests a redirect to an external URL outside of Spring Web Flow.
FlowDefinitionRedirect
          Concrete response type that requests that a new execution of a flow definition (representing the start of a new conversation) be launched.
FlowExecutionRedirect
          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.
 

Classes in org.springframework.webflow.execution.support used by org.springframework.webflow.test.execution
ApplicationView
          Concrete response type that requests the rendering of a local, internal application view resource such as a JSP, Velocity, or FreeMarker template.
ExternalRedirect
          Concrete response type that requests a redirect to an external URL outside of Spring Web Flow.
FlowDefinitionRedirect
          Concrete response type that requests that a new execution of a flow definition (representing the start of a new conversation) be launched.
FlowExecutionRedirect
          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.
 



Copyright © 2009 Spring Framework. All Rights Reserved.