Package org.springframework.webflow.engine.builder
package org.springframework.webflow.engine.builder
The FlowBuilder subsystem for building and assembling executable flow definitions.
You construct a Flow using a FlowBuilder
implementation. This
is done generally by using a FlowAssembler
. This package is
based on the classic GoF Builder design pattern.
-
ClassDescriptionContains the information needed to bind model to a view.A binding that provides the information needed to connect an element of the view to a property of the model.A flow definition holder that can detect changes on an underlying flow definition resource and refresh that resource automatically.A director for assembling flows, delegating to a
FlowBuilder
to construct a flow.Builder interface used to build a flow definition.Provides services needed to a direct a flow builder through building a flow definition.Exception thrown to indicate a problem while building a flow.A factory for ViewFactory objects.