All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.springframework.webflow.execution.package.html Maven / Gradle / Ivy

There is a newer version: 3.0.1
Show newest version


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

The central concept defined by this package is the {@link org.springframework.webflow.execution.FlowExecution} interface, which represents a single instance of a top-level flow definition.

The following classes and interfaces are of particular interest:

  • {@link org.springframework.webflow.execution.FlowExecutionFactory} - An abstract factory for creating new flow executions.
  • {@link org.springframework.webflow.execution.repository.FlowExecutionRepository} - A DAO for persisting and restoring existing flow executions.
  • {@link org.springframework.webflow.execution.FlowExecutionListener} - An observer interface to be implemented by objects that are interested in flow execution lifecycle events.

This package depends on the definition package.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy