| Name | Description | Type | Package | Framework |
| AbstractFlowHandler | Trivial flow handler base class that simply returns null for all operations. | Class | org.springframework.webflow.mvc.servlet | Spring Webflow |
| FlowController | The adapter between the Spring MVC Controller layer and the Spring Web Flow engine. | Class | org.springframework.webflow.mvc.servlet | Spring Webflow |
| FlowHandler | A controller helper used for customizing access to a single flow definition in a Servlet enviroment. | Interface | org.springframework.webflow.mvc.servlet | Spring Webflow |
| FlowHandlerAdapter | A custom MVC HandlerAdapter that encapsulates the generic workflow associated with executing flows in a Servletenvironment. | Class | org.springframework.webflow.mvc.servlet | Spring Webflow |
| FlowHandlerMapping | creating URL path mappings from the ids of registered flow definitions. | Class | org.springframework.webflow.mvc.servlet | Spring Webflow |
| MvcExternalContext | Spring MVC external context implementation. | Class | org.springframework.webflow.mvc.servlet | Spring Webflow |
| ServletMvcView | The Spring Web Servlet MVC view implementation. | Class | org.springframework.webflow.mvc.servlet | Spring Webflow |
| ServletMvcViewFactory | Creates Servlet MVC views. | Class | org.springframework.webflow.mvc.servlet | Spring Webflow |