Package org.springframework.webflow.definition.registry

The flow definition registry subsystem for managing collections of executable flow definitions.

See:
          Description

Interface Summary
FlowDefinitionHolder A holder holding a reference to a Flow definition.
FlowDefinitionLocator A runtime service locator interface for retrieving flow definitions by id.
FlowDefinitionRegistry A container of flow definitions.
 

Class Summary
FlowDefinitionRegistryImpl A generic registry implementation for housing one or more flow definitions.
 

Exception Summary
FlowDefinitionConstructionException Thrown when a flow definition was found during a lookup operation but could not be constructed.
NoSuchFlowDefinitionException Thrown when no flow definition was found during a lookup operation by a flow locator.
 

Package org.springframework.webflow.definition.registry Description

The flow definition registry subsystem for managing collections of executable flow definitions.