Package org.springframework.webflow.engine.builder.model
package org.springframework.webflow.engine.builder.model
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.