Skip navigation links
Spring Web Flow

Package org.springframework.webflow.engine.builder

The FlowBuilder subsystem for building and assembling executable flow definitions.

See: Description

Package org.springframework.webflow.engine.builder Description

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.

Skip navigation links
Spring Web Flow