|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FlowDefinitionRegistry
A container of flow definitions. Extends the FlowDefinitionRegistryMBean
management interface exposing
registry monitoring and management operations. Also extends FlowDefinitionLocator
for accessing registered
Flow definitions for execution at runtime.
Flow definition registries can be configured with a "parent" registry to provide a hook into a larger flow definition registry hierarchy.
Method Summary | |
---|---|
FlowDefinition[] |
getFlowDefinitions()
Return all flow definitions registered in this registry. |
void |
registerFlowDefinition(FlowDefinitionHolder flowHolder)
Register a flow definition in this registry. |
void |
setParent(FlowDefinitionRegistry parent)
Sets this registry's parent registry. |
Methods inherited from interface org.springframework.webflow.definition.registry.FlowDefinitionLocator |
---|
getFlowDefinition |
Methods inherited from interface org.springframework.webflow.definition.registry.FlowDefinitionRegistryMBean |
---|
containsFlowDefinition, getFlowDefinitionCount, getFlowDefinitionIds, refresh, refresh |
Method Detail |
---|
void setParent(FlowDefinitionRegistry parent)
parent
- the parent flow definition registry, may be nullFlowDefinition[] getFlowDefinitions() throws FlowDefinitionConstructionException
FlowDefinitionConstructionException
- if there is a problem constructing one of the registered flow
definitionsvoid registerFlowDefinition(FlowDefinitionHolder flowHolder)
flowHolder
- a holder holding the flow definition to register
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |