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

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

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

Methods in org.springframework.webflow.executor.mvc that return FlowRequestHandler
protected  FlowRequestHandler FlowController.createRequestHandler()
          Factory method that creates a new helper for processing a request into this flow controller.
 

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

Methods in org.springframework.webflow.executor.struts that return FlowRequestHandler
protected  FlowRequestHandler FlowAction.createRequestHandler()
          Factory method that creates a new helper for processing a request into this flow controller.
 



Copyright © 2009 Spring Framework. All Rights Reserved.