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.