Package org.springframework.webflow.mvc.servlet


package org.springframework.webflow.mvc.servlet
The integration between Web Flow and Spring MVC, Spring's web application platform.
  • Class
    Description
    Trivial flow handler base class that simply returns null for all operations.
    The adapter between the Spring MVC Controller layer and the Spring Web Flow engine.
    A controller helper used for customizing access to a single flow definition in a Servlet enviroment.
    A custom MVC HandlerAdapter that encapsulates the generic workflow associated with executing flows in a Servlet environment.
    Implementation of HandlerMapping that follows a simple convention for creating URL path mappings from the ids of registered flow definitions.
    Spring MVC external context implementation.
    The Spring Web Servlet MVC view implementation.
    Creates Servlet MVC views.