Spring Web Flow

Package org.springframework.webflow.engine.builder.model

Contains a FlowBuilder that builds Flow instances from a FlowModel.

See: Description

Package org.springframework.webflow.engine.builder.model Description

Contains a FlowBuilder that builds Flow instances from a FlowModel.

A FLowModel is a generic Java-based configuration model of a Flow, independent of any external representation such as an XML file. Therefore, the FlowBuilder in this package may engineer Flows from models produced from different representations.

Spring Web Flow