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

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

There is a newer version: 3.0.0
Show newest version


Core, stable abstractions for representing flow definitions.

Each flow has an indentifier and is composed of one or more states, one of which is the start state. States may be transitionable, if so they define one or more transitions that lead to other states.

With these types a client can introspect a flow definition to reason on its attributes and traverse its structure, perhaps to display a visual diagram. Note that the types defined in this package do not capture the behavioral characteristics of a flow.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy