| Name | Description | Type | Package | Framework |
| AbstractFlowBuilder | Abstract base implementation of a flow builder defining common functionality needed by most concrete flow builderonly required to implement buildStates(). | Class | org.springframework.webflow.engine.builder.support | Spring Webflow |
| BinderConfiguration | Contains the information needed to bind model to a view. | Class | org.springframework.webflow.engine.builder | Spring Webflow |
| BinderConfiguration .Binding | A binding that provides the information needed to connect an element of the view to a property of the model. | Class | org.springframework.webflow.engine.builder.BinderConfiguration | Spring Webflow |
| DefaultFlowHolder | A flow definition holder that can detect changes on an underlying flow definition resource and refresh that resourceThis class is thread-safe. | Class | org.springframework.webflow.engine.builder | Spring Webflow |
| FlowArtifactFactory | A factory for core web flow elements such as flows, states, and transitions. | Class | org.springframework.webflow.engine.builder | Spring Webflow |
| FlowAssembler | A director for assembling flows, delegating to a FlowBuilder to construct a flow. | Class | org.springframework.webflow.engine.builder | Spring Webflow |
| FlowBuilder | Builder interface used to build a flow definition. | Interface | org.springframework.webflow.engine.builder | Spring Webflow |
| FlowBuilderContext | Provides services needed to a direct a flow builder through building a flow definition. | Interface | org.springframework.webflow.engine.builder | Spring Webflow |
| FlowBuilderContextImpl | Generic implementation of a flow builder context, suitable for use by most flow assembly systems. | Class | org.springframework.webflow.engine.builder.support | Spring Webflow |
| FlowBuilderException | Exception thrown to indicate a problem while building a flow. | Class | org.springframework.webflow.engine.builder | Spring Webflow |
| FlowBuilderServices | A simple holder for configuring the services used by flow builders. | Class | org.springframework.webflow.engine.builder.support | Spring Webflow |
| FlowModelFlowBuilder | Builds a runtime Flow definition object from a FlowModel. | Class | org.springframework.webflow.engine.builder.model | Spring Webflow |
| ViewFactoryCreator | A factory for ViewFactory objects. | Interface | org.springframework.webflow.engine.builder | Spring Webflow |