Uses of Interface
org.springframework.webflow.definition.registry.FlowDefinitionRegistrar

Packages that use FlowDefinitionRegistrar
org.springframework.webflow.definition.registry The flow definition registry subsystem for managing containers of flow definitions. 
org.springframework.webflow.engine.builder.xml The XML-based flow builder implementation. 
 

Uses of FlowDefinitionRegistrar in org.springframework.webflow.definition.registry
 

Classes in org.springframework.webflow.definition.registry that implement FlowDefinitionRegistrar
 class ExternalizedFlowDefinitionRegistrar
          A flow definition registrar that populates a flow definition registry from flow definitions defined within externalized resources.
 

Uses of FlowDefinitionRegistrar in org.springframework.webflow.engine.builder.xml
 

Classes in org.springframework.webflow.engine.builder.xml that implement FlowDefinitionRegistrar
 class XmlFlowRegistrar
          A flow definition registrar that populates a flow definition registry with flow definitions defined in externalized XML resources.
 



Copyright © 2009 Spring Framework. All Rights Reserved.