spring-webflow

Package org.springframework.webflow.config

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

See:
          Description

Class Summary
AbstractFlowConfiguration A base class for @Configuration classes to configure Spring Web Flow.
FlowBuilderServicesBuilder A builder for creating FlowBuilderServices instances designed for programmatic use in @Bean factory methods.
FlowDefinitionRegistryBuilder A builder for creating FlowDefinitionRegistry instances designed for programmatic use in @Bean factory methods.
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.
FlowExecutorBuilder A builder for FlowExecutor instances designed for programmatic use in @Bean factory methods.
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-webflow