Spring Web Flow

Package org.springframework.webflow.mvc.servlet

The integration between Web Flow and Spring MVC, Spring's web application platform.

See:
          Description

Interface Summary
FlowHandler A controller helper used for customizing access to a single flow definition in a Servlet enviroment.
 

Class Summary
AbstractFlowHandler Trivial flow handler base class that simply returns null for all operations.
FlowController The adapter between the Spring MVC Controller layer and the Spring Web Flow engine.
FlowHandlerAdapter A custom MVC HandlerAdapter that encapsulates the generic workflow associated with executing flows in a Servlet environment.
FlowHandlerMapping Implementation of HandlerMapping that follows a simple convention for creating URL path mappings from the ids of registered flow definitions.
MvcExternalContext Spring MVC external context implementation.
ServletMvcView The Spring Web Servlet MVC view implementation.
ServletMvcViewFactory Creates Servlet MVC views.
 

Package org.springframework.webflow.mvc.servlet Description

The integration between Web Flow and Spring MVC, Spring's web application platform.


Spring Web Flow