Uses of Package
org.springframework.webflow.definition.registry

Packages that use org.springframework.webflow.definition.registry
org.springframework.webflow.config High-level flow system configuration support within a Spring environment. 
org.springframework.webflow.definition.registry The flow definition registry subsystem for managing containers of flow definitions. 
org.springframework.webflow.engine.builder The flow builder subsystem for building and assembling executable flow definitions. 
org.springframework.webflow.engine.builder.xml The XML-based flow builder implementation. 
org.springframework.webflow.engine.impl The implementation of Spring Web Flow's flow execution machine. 
org.springframework.webflow.executor High-level executors for driving the execution of flow definitions. 
org.springframework.webflow.executor.jsf The integration layer between Spring Web Flow and Java Server Faces (JSF). 
org.springframework.webflow.test.execution Support for testing the execution of a flow definition. 
 

Classes in org.springframework.webflow.definition.registry used by org.springframework.webflow.config
FlowDefinitionLocator
          A runtime service locator interface for retrieving flow definitions by id.
 

Classes in org.springframework.webflow.definition.registry used by org.springframework.webflow.definition.registry
FlowDefinitionConstructionException
          Thrown when a flow definition was found during a lookup operation but could not be constructed.
FlowDefinitionHolder
          A holder holding a reference to a Flow definition.
FlowDefinitionLocator
          A runtime service locator interface for retrieving flow definitions by id.
FlowDefinitionRegistrar
          A strategy to use to populate a flow definition registry with one or more flow definitions.
FlowDefinitionRegistry
          A container of flow definitions.
FlowDefinitionRegistryMBean
          A management interface for managing flow definition registries at runtime.
FlowDefinitionResource
          A pointer to an externalized flow definition resource.
NoSuchFlowDefinitionException
          Thrown when no flow definition was found during a lookup operation by a flow locator.
 

Classes in org.springframework.webflow.definition.registry used by org.springframework.webflow.engine.builder
AbstractFlowDefinitionRegistryFactoryBean
          A base class for factory beans that create populated flow definition registries.
FlowDefinitionConstructionException
          Thrown when a flow definition was found during a lookup operation but could not be constructed.
FlowDefinitionHolder
          A holder holding a reference to a Flow definition.
FlowDefinitionRegistry
          A container of flow definitions.
 

Classes in org.springframework.webflow.definition.registry used by org.springframework.webflow.engine.builder.xml
AbstractFlowDefinitionRegistryFactoryBean
          A base class for factory beans that create populated flow definition registries.
ExternalizedFlowDefinitionRegistrar
          A flow definition registrar that populates a flow definition registry from flow definitions defined within externalized resources.
FlowDefinitionHolder
          A holder holding a reference to a Flow definition.
FlowDefinitionRegistrar
          A strategy to use to populate a flow definition registry with one or more flow definitions.
FlowDefinitionRegistry
          A container of flow definitions.
FlowDefinitionResource
          A pointer to an externalized flow definition resource.
 

Classes in org.springframework.webflow.definition.registry used by org.springframework.webflow.engine.impl
FlowDefinitionLocator
          A runtime service locator interface for retrieving flow definitions by id.
 

Classes in org.springframework.webflow.definition.registry used by org.springframework.webflow.executor
FlowDefinitionLocator
          A runtime service locator interface for retrieving flow definitions by id.
 

Classes in org.springframework.webflow.definition.registry used by org.springframework.webflow.executor.jsf
FlowDefinitionLocator
          A runtime service locator interface for retrieving flow definitions by id.
 

Classes in org.springframework.webflow.definition.registry used by org.springframework.webflow.test.execution
FlowDefinitionResource
          A pointer to an externalized flow definition resource.
 



Copyright © 2009 Spring Framework. All Rights Reserved.