Spring Web Flow

Package org.springframework.webflow.mvc.builder

Support for configuring Spring MVC-based ViewFactory implementations when building a Flow.

See:
          Description

Class Summary
DelegatingFlowViewResolver Delegates to a configured view resolver chain to resolve the Spring MVC view implementation to render.
FlowResourceFlowViewResolver Creates Spring-MVC Internal Resource view to render a flow-relative view resource such as a JSP template.
MvcViewFactoryCreator Returns view factories that create native Spring MVC-based views.
 

Enum Summary
MvcEnvironment Supported Spring Web MVC environments.
 

Package org.springframework.webflow.mvc.builder Description

Support for configuring Spring MVC-based ViewFactory implementations when building a Flow.


Spring Web Flow