Spring Web Flow

Package org.springframework.webflow.config

High-level flow system configuration support within a Spring environment.

See:
          Description

Class Summary
FlowDefinitionResource An abstract representation of an externalized flow definition resource.
FlowDefinitionResourceFactory A factory for creating flow definition resources that serve as pointers to external Flow definition files.
WebFlowConfigNamespaceHandler NamespaceHandler for the webflow-config namespace.
 

Package org.springframework.webflow.config Description

High-level flow system configuration support within a Spring environment.

This is the highest-layer package in the framework, responsible for providing a clean interface for configuring Spring Web Flow.

This package also defines a Spring custom XML namespace for configuring the Spring Web Flow engine.


Spring Web Flow