Uses of Class
org.springframework.webflow.executor.support.FlowExecutorArgumentHandler

Packages that use FlowExecutorArgumentHandler
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. 
 

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

Methods in org.springframework.webflow.executor.jsf that return FlowExecutorArgumentHandler
 FlowExecutorArgumentHandler FlowPhaseListener.getArgumentHandler()
          Returns the argument handler used by this phase listener.
 

Methods in org.springframework.webflow.executor.jsf with parameters of type FlowExecutorArgumentHandler
 void FlowPhaseListener.setArgumentHandler(FlowExecutorArgumentHandler argumentHandler)
          Sets the handler for arguments needed by this phase listener to restore and launch flow executions.
 

Uses of FlowExecutorArgumentHandler in org.springframework.webflow.executor.mvc
 

Methods in org.springframework.webflow.executor.mvc that return FlowExecutorArgumentHandler
 FlowExecutorArgumentHandler FlowController.getArgumentHandler()
          Returns the flow executor argument handler used by this controller.
 FlowExecutorArgumentHandler PortletFlowController.getArgumentHandler()
          Returns the flow executor argument handler used by this controller.
 

Methods in org.springframework.webflow.executor.mvc with parameters of type FlowExecutorArgumentHandler
 void FlowController.setArgumentHandler(FlowExecutorArgumentHandler argumentHandler)
          Sets the flow executor argument handler to use.
 void PortletFlowController.setArgumentHandler(FlowExecutorArgumentHandler argumentHandler)
          Sets the flow executor argument handler to use.
 

Uses of FlowExecutorArgumentHandler in org.springframework.webflow.executor.struts
 

Methods in org.springframework.webflow.executor.struts that return FlowExecutorArgumentHandler
 FlowExecutorArgumentHandler FlowAction.getArgumentHandler()
          Returns the flow executor argument handler used by this controller.
 

Methods in org.springframework.webflow.executor.struts with parameters of type FlowExecutorArgumentHandler
 void FlowAction.setArgumentHandler(FlowExecutorArgumentHandler argumentHandler)
          Sets the flow executor argument handler to use.
 

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

Subclasses of FlowExecutorArgumentHandler in org.springframework.webflow.executor.support
 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 FlowExecutorArgumentHandler
 FlowExecutorArgumentHandler FlowIdMappingArgumentHandlerWrapper.getArgumentHandler()
          Returns the wrapped argument handler.
 

Methods in org.springframework.webflow.executor.support with parameters of type FlowExecutorArgumentHandler
 void FlowIdMappingArgumentHandlerWrapper.setArgumentHandler(FlowExecutorArgumentHandler argumentHandler)
          Set the wrapped argument handler.
 



Copyright © 2009 Spring Framework. All Rights Reserved.