Spring Web Flow

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

The FlowModelBuilder subsystem for building FlowModels, a configuration model for a Flow instance.

See:
          Description

Interface Summary
FlowModelBuilder Builder interface used to build a flow model.
 

Class Summary
DefaultFlowModelHolder A flow model holder that can detect changes on an underlying flow model resource and refresh that resource automatically.
 

Exception Summary
FlowModelBuilderException Exception thrown to indicate a problem while building a flow model.
 

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

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.


Spring Web Flow