Spring Web Flow

Package org.springframework.webflow.engine.model.registry

The registry subsystem for managing collections of flow models.

See:
          Description

Interface Summary
FlowModelHolder A holder holding a reference to a Flow model.
FlowModelLocator A runtime service locator interface for retrieving flow definitions by id.
FlowModelRegistry A container of flow models.
 

Class Summary
FlowModelRegistryImpl A generic registry implementation for housing one or more flow models.
 

Exception Summary
NoSuchFlowModelException Thrown when no flow model was found during a lookup operation by a flow locator.
 

Package org.springframework.webflow.engine.model.registry Description

The registry subsystem for managing collections of flow models.


Spring Web Flow