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.
-
ClassDescriptionA flow model holder that can detect changes on an underlying flow model resource and refresh that resource automatically.Builder interface used to build a flow model.Exception thrown to indicate a problem while building a flow model.