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

Packages that use org.springframework.webflow.executor.support
org.springframework.webflow.executor.jsf The integration layer between Spring Web Flow and Java Server Faces (JSF). 
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. 
 

Classes in org.springframework.webflow.executor.support used by org.springframework.webflow.executor.jsf
FlowExecutorArgumentExtractionException
          An exception thrown by a flow executor argument extractor when an argument could not be extracted.
FlowExecutorArgumentExtractor
          A helper strategy used by the FlowRequestHandler to extract FlowExecutor method arguments from a request initiated by an ExternalContext.
FlowExecutorArgumentHandler
          Abstract base class for objects handling FlowExecutor arguments.
 

Classes in org.springframework.webflow.executor.support used by org.springframework.webflow.executor.mvc
FlowExecutorArgumentHandler
          Abstract base class for objects handling FlowExecutor arguments.
FlowRequestHandler
          An immutable helper for flow controllers that encapsulates reusable workflow required to launch and resume flow executions using a FlowExecutor.
 

Classes in org.springframework.webflow.executor.support used by org.springframework.webflow.executor.struts
FlowExecutorArgumentHandler
          Abstract base class for objects handling FlowExecutor arguments.
FlowRequestHandler
          An immutable helper for flow controllers that encapsulates reusable workflow required to launch and resume flow executions using a FlowExecutor.
 

Classes in org.springframework.webflow.executor.support used by org.springframework.webflow.executor.support
FlowExecutorArgumentExposer
          Helper strategy that can expose FlowExecutor method arguments in a response (view) so that subsequent requests resulting from the response can have those arguments extracted again, typically using a FlowExecutorArgumentExtractor.
FlowExecutorArgumentExtractionException
          An exception thrown by a flow executor argument extractor when an argument could not be extracted.
FlowExecutorArgumentExtractor
          A helper strategy used by the FlowRequestHandler to extract FlowExecutor method arguments from a request initiated by an ExternalContext.
FlowExecutorArgumentHandler
          Abstract base class for objects handling FlowExecutor arguments.
RequestParameterFlowExecutorArgumentHandler
          Default FlowExecutor argument handler that extracts flow executor method arguments from the ExternalContext.getRequestParameterMap() and exposes arguments as URL encoded request parameters.
ResponseInstructionHandler
          Abstract helper class that allows easy handling of all known view selection types.
 



Copyright © 2009 Spring Framework. All Rights Reserved.