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: 1.0.6
Show newest version


The overall system for executing flow definitions.

The central concept defined by this package is the {@link org.springframework.webflow.execution.FlowExecution}, representing a single instance of an executing flow (also known as a "dialog" or "web conversation").

The following classes and interfaces are of particular interest to the user of the web flow system:

  • {@link org.springframework.webflow.execution.repository.FlowExecutionRepository} - A repository interface used by a flow execution manager to store the state of an ongoing flow execution.
  • {@link org.springframework.webflow.execution.FlowExecutionListener} - The listener interface to be implemented by objects that are interested in flow execution lifecycle events. The class {@link org.springframework.webflow.execution.FlowExecutionListenerAdapter} provides an adapter to ease subclassing.

This package depends on the webflow root package.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy