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.
-
ClassesClassDescriptionA base class for
@Configurationclasses to configure Spring Web Flow.A builder for creatingFlowBuilderServicesinstances designed for programmatic use in@Beanfactory methods.A builder for creatingFlowDefinitionRegistryinstances designed for programmatic use in@Beanfactory 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 forFlowExecutorinstances designed for programmatic use in@Beanfactory methods.NamespaceHandlerfor thewebflow-confignamespace.