Uses of Class
org.springframework.webflow.definition.registry.FlowDefinitionResource

Packages that use FlowDefinitionResource
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. 
org.springframework.webflow.test.execution Support for testing the execution of a flow definition. 
 

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

Methods in org.springframework.webflow.definition.registry that return FlowDefinitionResource
protected  FlowDefinitionResource ExternalizedFlowDefinitionRegistrar.createFlowDefinitionResource(org.springframework.core.io.Resource location)
          Factory method that creates a flow definition from an externalized resource location.
 

Methods in org.springframework.webflow.definition.registry with parameters of type FlowDefinitionResource
 boolean ExternalizedFlowDefinitionRegistrar.addResource(FlowDefinitionResource resource)
          Adds an externalized flow definition specification pointing to an externalized flow resource.
 boolean ExternalizedFlowDefinitionRegistrar.addResources(FlowDefinitionResource[] resources)
          Adds the externalized flow definitions pointing to externalized flow resources.
protected abstract  FlowDefinitionHolder ExternalizedFlowDefinitionRegistrar.createFlowDefinitionHolder(FlowDefinitionResource resource)
          Template factory method subclasses must override to return the holder for the flow definition to be registered loaded from the specified resource.
protected  void ExternalizedFlowDefinitionRegistrar.register(FlowDefinitionResource resource, FlowDefinitionRegistry registry)
          Helper method to register the flow built from an externalized resource in the registry.
 void ExternalizedFlowDefinitionRegistrar.setResources(FlowDefinitionResource[] resources)
          Sets the formal set of externalized flow definitions this registrar will register.
 

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

Methods in org.springframework.webflow.engine.builder.xml with parameters of type FlowDefinitionResource
protected  FlowDefinitionHolder XmlFlowRegistrar.createFlowDefinitionHolder(FlowDefinitionResource resource)
           
 

Uses of FlowDefinitionResource in org.springframework.webflow.test.execution
 

Methods in org.springframework.webflow.test.execution that return FlowDefinitionResource
protected  FlowDefinitionResource AbstractExternalizedFlowExecutionTests.createFlowDefinitionResource(java.io.File file)
          Convenient factory method that creates a FlowDefinitionResource from a file.
protected  FlowDefinitionResource AbstractExternalizedFlowExecutionTests.createFlowDefinitionResource(java.lang.String filePath)
          Convenient factory method that creates a FlowDefinitionResource from a file path.
protected  FlowDefinitionResource AbstractExternalizedFlowExecutionTests.createFlowDefinitionResource(java.lang.String fileDirectory, java.lang.String fileName)
          Convenient factory method that creates a FlowDefinitionResource from a file in a directory.
protected abstract  FlowDefinitionResource AbstractExternalizedFlowExecutionTests.getFlowDefinitionResource()
          Returns the pointer to the resource that houses the definition of the flow to be tested.
 

Methods in org.springframework.webflow.test.execution with parameters of type FlowDefinitionResource
protected  Flow AbstractExternalizedFlowExecutionTests.createFlow(FlowDefinitionResource resource, FlowServiceLocator serviceLocator)
          Factory method to assemble a flow definition from a resource.
 



Copyright © 2009 Spring Framework. All Rights Reserved.