Skip navigation links
Spring Web Flow

Package org.springframework.webflow.execution

Core, stable abstractions for representing runtime executions of flow definitions.

See: Description

Package org.springframework.webflow.execution Description

Core, stable abstractions for representing runtime executions of flow definitions.

The central concept defined by this package is the FlowExecution interface, which represents a single instance of a top-level flow definition.

The following classes and interfaces are of particular interest:

This package depends on the definition package.

Skip navigation links
Spring Web Flow