|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FlowDefinitionHolder | |
|---|---|
| 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. |
| Uses of FlowDefinitionHolder in org.springframework.webflow.definition.registry |
|---|
| Classes in org.springframework.webflow.definition.registry that implement FlowDefinitionHolder | |
|---|---|
class |
StaticFlowDefinitionHolder
A simple flow definition holder that just holds a constant singleton reference to a flow definition. |
| Methods in org.springframework.webflow.definition.registry that return FlowDefinitionHolder | |
|---|---|
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. |
| Methods in org.springframework.webflow.definition.registry with parameters of type FlowDefinitionHolder | |
|---|---|
void |
FlowDefinitionRegistry.registerFlowDefinition(FlowDefinitionHolder flowHolder)
Register a flow definition in this registry. |
void |
FlowDefinitionRegistryImpl.registerFlowDefinition(FlowDefinitionHolder flowHolder)
|
| Uses of FlowDefinitionHolder in org.springframework.webflow.engine.builder |
|---|
| Classes in org.springframework.webflow.engine.builder that implement FlowDefinitionHolder | |
|---|---|
class |
RefreshableFlowDefinitionHolder
A flow definition holder that can detect changes on an underlying flow definition resource and refresh that resource automatically. |
| Uses of FlowDefinitionHolder in org.springframework.webflow.engine.builder.xml |
|---|
| Methods in org.springframework.webflow.engine.builder.xml that return FlowDefinitionHolder | |
|---|---|
protected FlowDefinitionHolder |
XmlFlowRegistrar.createFlowDefinitionHolder(FlowDefinitionResource resource)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||