Package org.springframework.webflow.config
package org.springframework.webflow.config
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.
-
ClassDescriptionA base class for
@Configuration
classes to configure Spring Web Flow.A builder for creatingFlowBuilderServices
instances designed for programmatic use in@Bean
factory methods.A builder for creatingFlowDefinitionRegistry
instances designed for programmatic use in@Bean
factory methods.An abstract representation of an externalized flow definition resource.A factory for creating flow definition resources that serve as pointers to external Flow definition files.A builder forFlowExecutor
instances designed for programmatic use in@Bean
factory methods.NamespaceHandler
for thewebflow-config
namespace.