Skip navigation links
spring-webflow

spring-webflow 2.5.1.RELEASE API

Packages 
Package Description
org.springframework.webflow.action
Common action implementations invokable by flow definitions.
org.springframework.webflow.config
High-level flow system configuration support within a Spring environment.
org.springframework.webflow.context
The external context subsystem for accessing the environment of a client that has called into Spring Web Flow.
org.springframework.webflow.context.servlet
Contains the ServletExternalContext implementation for calling into Web Flow from a Servlet environment.
org.springframework.webflow.context.web
Shared classes used with Servlet or alternative ExternalContext implementations.
org.springframework.webflow.conversation
The conversation subsystem for beginning and ending conversations that manage the state of user interactions.
org.springframework.webflow.conversation.impl
Conversation manager implementations.
org.springframework.webflow.core
Foundational, generic types usable by all other packages.
org.springframework.webflow.core.collection
Core element collection types used within Spring Web Flow.
org.springframework.webflow.definition
Core, stable abstractions for representing flow definitions.
org.springframework.webflow.definition.registry
The flow definition registry subsystem for managing collections of executable flow definitions.
org.springframework.webflow.engine
The implementation of the web flow execution engine.
org.springframework.webflow.engine.builder
The FlowBuilder subsystem for building and assembling executable flow definitions.
org.springframework.webflow.engine.builder.model
Contains a FlowBuilder that builds Flow instances from a FlowModel.
org.springframework.webflow.engine.builder.support
Support classes for implementing FlowBuilders.
org.springframework.webflow.engine.impl
The implementation of Spring Web Flow's flow execution engine, based on finite-state machine.
org.springframework.webflow.engine.model
Defines a configuration model for Flow instances.
org.springframework.webflow.engine.model.builder
The FlowModelBuilder subsystem for building FlowModels, a configuration model for a Flow instance.
org.springframework.webflow.engine.model.builder.xml
Defines the XmlFlowModelBuilder, for building FlowModels from XML-based resources.
org.springframework.webflow.engine.model.registry
The registry subsystem for managing collections of flow models.
org.springframework.webflow.engine.support
Support implementations the engine uses internally.
org.springframework.webflow.execution
Core, stable abstractions for representing runtime executions of flow definitions.
org.springframework.webflow.execution.factory
Supporting types often used by flow execution factory implementations.
org.springframework.webflow.execution.repository
The flow execution repository subsystem for saving and restoring managed flow executions.
org.springframework.webflow.execution.repository.impl
Contains the concrete flow execution repository implementations provided by the framework.
org.springframework.webflow.execution.repository.snapshot
Support for repositories that take flow execution snapshots to support backtracking.
org.springframework.webflow.execution.repository.support
General purpose implementation assistance for flow execution repositories.
org.springframework.webflow.executor
High-level executors for driving the execution of flow definitions.
org.springframework.webflow.expression.el
Web Flow integration with the Unified EL API.
org.springframework.webflow.expression.spel  
org.springframework.webflow.mvc.builder
Support for configuring Spring MVC-based ViewFactory implementations when building a Flow.
org.springframework.webflow.mvc.servlet
The integration between Web Flow and Spring MVC, Spring's web application platform.
org.springframework.webflow.mvc.view
Support for rendering Spring MVC-based Views within Web Flow.
org.springframework.webflow.persistence
Flow-managed persistence with Hibernate and JPA.
org.springframework.webflow.scope
Web Flow custom bean scopes allowing access to scoped-beans from a Spring ApplicationContext.
org.springframework.webflow.security
Support for securing flows using Spring Security.
org.springframework.webflow.test
Support for testing flows and their associated artifacts.
org.springframework.webflow.test.execution
Support for testing the execution of a flow definition.
org.springframework.webflow.upgrade
A migration tool to convert Web Flow version 1 flow definitions to the version 2 format.
org.springframework.webflow.validation  
Skip navigation links
spring-webflow