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

Packages that use ExternalRedirect
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 ExternalRedirect in org.springframework.webflow.executor.support
 

Methods in org.springframework.webflow.executor.support with parameters of type ExternalRedirect
 java.lang.String RequestParameterFlowExecutorArgumentHandler.createExternalUrl(ExternalRedirect redirect, java.lang.String flowExecutionKey, ExternalContext context)
           
abstract  java.lang.String FlowExecutorArgumentHandler.createExternalUrl(ExternalRedirect redirect, java.lang.String flowExecutionKey, ExternalContext context)
           
 java.lang.String FlowExecutorArgumentExposer.createExternalUrl(ExternalRedirect redirect, java.lang.String flowExecutionKey, ExternalContext context)
          Create a URL path that when redirected to communicates with an external system outside of Spring Web Flow.
 java.lang.String FlowIdMappingArgumentHandlerWrapper.createExternalUrl(ExternalRedirect redirect, java.lang.String flowExecutionKey, ExternalContext context)
           
protected abstract  void ResponseInstructionHandler.handleExternalRedirect(ExternalRedirect redirect)
          Issue a response for given external redirect.
 

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

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



Copyright © 2009 Spring Framework. All Rights Reserved.