Class FlowBuilderContextImpl

java.lang.Object
org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl
All Implemented Interfaces:
FlowBuilderContext
Direct Known Subclasses:
MockFlowBuilderContext

public class FlowBuilderContextImpl extends Object implements FlowBuilderContext
Generic implementation of a flow builder context, suitable for use by most flow assembly systems.
Author:
Keith Donald
  • Constructor Details

    • FlowBuilderContextImpl

      public FlowBuilderContextImpl(String flowId, AttributeMap<Object> flowAttributes, FlowDefinitionLocator flowDefinitionLocator, FlowBuilderServices flowBuilderServices)
      Creates a new flow builder context.
      Parameters:
      flowId - the id to assign the flow being built
      flowAttributes - attributes to assign the flow being built
      flowDefinitionLocator - a locator to find dependent subflows
      flowBuilderServices - a parameter object providing access to additional services needed by the flow builder
  • Method Details