|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FlowModelRegistry
A container of flow models. Extends FlowModelLocator for accessing registered Flow models for conversion to
flow definitions.
Flow model registries can be configured with a "parent" registry to provide a hook into a larger flow model registry hierarchy.
| Method Summary | |
|---|---|
void |
registerFlowModel(java.lang.String id,
FlowModelHolder modelHolder)
Register a flow model in this registry. |
void |
setParent(FlowModelRegistry parent)
Sets this registry's parent registry. |
| Methods inherited from interface org.springframework.webflow.engine.model.registry.FlowModelLocator |
|---|
getFlowModel |
| Method Detail |
|---|
void setParent(FlowModelRegistry parent)
parent - the parent flow model registry, may be null
void registerFlowModel(java.lang.String id,
FlowModelHolder modelHolder)
id - the id to register the flow model undermodelHolder - a holder holding the flow model to register
|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||