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

Packages that use FlowExecutorArgumentExposer
org.springframework.webflow.executor.support Flow executor implementation support; includes helpers for driving the execution of flows. 
 

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

Classes in org.springframework.webflow.executor.support that implement FlowExecutorArgumentExposer
 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.
 



Copyright © 2009 Spring Framework. All Rights Reserved.