Uses of Class
org.springframework.webflow.execution.support.FlowExecutionRedirect

Packages that use FlowExecutionRedirect
org.springframework.webflow.execution.support Useful generic support implementations of core flow execution types. 
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. 
 

Uses of FlowExecutionRedirect in org.springframework.webflow.execution.support
 

Fields in org.springframework.webflow.execution.support declared as FlowExecutionRedirect
static FlowExecutionRedirect FlowExecutionRedirect.INSTANCE
          The single instance of this class.
 

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

Methods in org.springframework.webflow.executor.support with parameters of type FlowExecutionRedirect
protected abstract  void ResponseInstructionHandler.handleFlowExecutionRedirect(FlowExecutionRedirect redirect)
          Issue a response for given flow execution redirect.
 

Uses of FlowExecutionRedirect in org.springframework.webflow.test.execution
 

Methods in org.springframework.webflow.test.execution that return FlowExecutionRedirect
protected  FlowExecutionRedirect AbstractFlowExecutionTests.flowExecutionRedirect(ViewSelection viewSelection)
          Assert that the returned view selection is an instance of FlowExecutionRedirect.
 



Copyright © 2009 Spring Framework. All Rights Reserved.