Uses of Interface
org.springframework.webflow.executor.support.FlowExecutorArgumentExtractor

Packages that use FlowExecutorArgumentExtractor
org.springframework.webflow.executor.jsf The integration layer between Spring Web Flow and Java Server Faces (JSF). 
org.springframework.webflow.executor.support Flow executor implementation support; includes helpers for driving the execution of flows. 
 

Uses of FlowExecutorArgumentExtractor in org.springframework.webflow.executor.jsf
 

Classes in org.springframework.webflow.executor.jsf that implement FlowExecutorArgumentExtractor
 class FlowNavigationHandlerArgumentExtractor
          An FlowExecutorArgumentExtractor that is aware of JSF outcomes that communicate requests to launch flow executions and signal event in existing flow executions.
 

Methods in org.springframework.webflow.executor.jsf that return FlowExecutorArgumentExtractor
 FlowExecutorArgumentExtractor FlowNavigationHandler.getArgumentExtractor()
          Returns the argument extractor used by this navigation handler.
 

Methods in org.springframework.webflow.executor.jsf with parameters of type FlowExecutorArgumentExtractor
 void FlowNavigationHandler.setArgumentExtractor(FlowExecutorArgumentExtractor argumentExtractor)
          Sets the argument extractor to use by this navigation handler.
 

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

Classes in org.springframework.webflow.executor.support that implement FlowExecutorArgumentExtractor
 class FlowExecutorArgumentHandler
          Abstract base class for objects handling FlowExecutor arguments.
 class FlowIdMappingArgumentHandlerWrapper
          Flow executor argument handler that wraps another argument handler and applies a public to private flow id mapping.
 class RequestParameterFlowExecutorArgumentHandler
          Default FlowExecutor argument handler that extracts flow executor method arguments from the ExternalContext.getRequestParameterMap() and exposes arguments as URL encoded request parameters.
 class RequestPathFlowExecutorArgumentHandler
          Flow executor argument handler that extracts arguments from the request path and exposes them in the URL path.
 

Methods in org.springframework.webflow.executor.support that return FlowExecutorArgumentExtractor
 FlowExecutorArgumentExtractor FlowRequestHandler.getArgumentExtractor()
          Returns the flow executor argument extractor used by this helper.
 

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



Copyright © 2009 Spring Framework. All Rights Reserved.