|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FlowDefinitionRegistrar
A strategy to use to populate a flow definition registry with one or more flow definitions.
Flow definition registrars encapsulate the knowledge about the source of a set of flow definition resources and the behavior necessary to add those resources to a flow definition registry.
The typical usage pattern is as follows:
registerFlowDefinitions(FlowDefinitionRegistry)
.
This design where various registrars populate a generic registry was inspired by Spring's GenericApplicationContext, which can use any number of BeanDefinitionReaders to drive context population.
FlowDefinitionRegistry
Method Summary | |
---|---|
void |
registerFlowDefinitions(FlowDefinitionRegistry registry)
Register flow definition resources managed by this registrar in the registry provided. |
Method Detail |
---|
void registerFlowDefinitions(FlowDefinitionRegistry registry)
registry
- the registry to register flow definitions in
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |