Uses of Interface
org.springframework.webflow.executor.FlowExecutor

Packages that use FlowExecutor
org.springframework.webflow.config High-level flow system configuration support within a Spring environment. 
org.springframework.webflow.executor High-level executors for driving the execution of flow definitions. 
org.springframework.webflow.executor.mvc The integration layer between Spring Web Flow the Spring (Portlet) MVC framework. 
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. 
 

Uses of FlowExecutor in org.springframework.webflow.config
 

Methods in org.springframework.webflow.config that return FlowExecutor
protected  FlowExecutor FlowExecutorFactoryBean.createFlowExecutor(FlowDefinitionLocator definitionLocator, FlowExecutionFactory executionFactory, FlowExecutionRepository executionRepository)
          Create the flow executor instance created by this factory bean and configure it appropriately.
 FlowExecutor FlowExecutorFactoryBean.getFlowExecutor()
          Returns the flow executor constructed by the factory bean.
 

Uses of FlowExecutor in org.springframework.webflow.executor
 

Classes in org.springframework.webflow.executor that implement FlowExecutor
 class FlowExecutorImpl
          The default implementation of the central facade for driving the execution of flows within an application.
 

Uses of FlowExecutor in org.springframework.webflow.executor.mvc
 

Methods in org.springframework.webflow.executor.mvc that return FlowExecutor
 FlowExecutor FlowController.getFlowExecutor()
          Returns the flow executor used by this controller.
 FlowExecutor PortletFlowController.getFlowExecutor()
          Returns the flow executor used by this controller.
 

Methods in org.springframework.webflow.executor.mvc with parameters of type FlowExecutor
 void FlowController.setFlowExecutor(FlowExecutor flowExecutor)
          Sets the flow executor to use; setting this property is required.
 void PortletFlowController.setFlowExecutor(FlowExecutor flowExecutor)
          Configures the flow executor implementation to use.
 

Uses of FlowExecutor in org.springframework.webflow.executor.struts
 

Methods in org.springframework.webflow.executor.struts that return FlowExecutor
 FlowExecutor FlowAction.getFlowExecutor()
          Returns the flow executor used by this controller.
 

Methods in org.springframework.webflow.executor.struts with parameters of type FlowExecutor
 void FlowAction.setFlowExecutor(FlowExecutor flowExecutor)
          Configures the flow executor implementation to use.
 

Uses of FlowExecutor in org.springframework.webflow.executor.support
 

Methods in org.springframework.webflow.executor.support that return FlowExecutor
 FlowExecutor FlowRequestHandler.getFlowExecutor()
          Returns the flow executor used by this helper.
 

Constructors in org.springframework.webflow.executor.support with parameters of type FlowExecutor
FlowRequestHandler(FlowExecutor flowExecutor)
          Creates a new flow controller helper.
FlowRequestHandler(FlowExecutor flowExecutor, FlowExecutorArgumentExtractor argumentExtractor)
          Creates a new flow controller helper.
 



Copyright © 2009 Spring Framework. All Rights Reserved.