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


package org.springframework.webflow.engine.model.builder
The FlowModelBuilder subsystem for building FlowModels, a configuration model for a Flow instance.

You construct a FlowModel using a FlowModelBuilder. Implementations typically engineer a FlowModel from some external resource such as a file or database. This package is based on the classic GoF Builder design pattern.