|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RepositoryType | |
---|---|
org.springframework.webflow.config | High-level flow system configuration support within a Spring environment. |
Uses of RepositoryType in org.springframework.webflow.config |
---|
Fields in org.springframework.webflow.config declared as RepositoryType | |
---|---|
static RepositoryType |
RepositoryType.CLIENT
The 'client' (continuation) flow execution repository type. |
static RepositoryType |
RepositoryType.CONTINUATION
The 'continuation' flow execution repository type. |
static RepositoryType |
RepositoryType.SIMPLE
The 'simple' flow execution repository type. |
static RepositoryType |
RepositoryType.SINGLEKEY
The 'singleKey' flow execution repository type. |
Methods in org.springframework.webflow.config that return RepositoryType | |
---|---|
RepositoryType |
FlowSystemDefaults.applyIfNecessary(RepositoryType selectedType)
Applies the default repository type if requested by the user. |
Methods in org.springframework.webflow.config with parameters of type RepositoryType | |
---|---|
RepositoryType |
FlowSystemDefaults.applyIfNecessary(RepositoryType selectedType)
Applies the default repository type if requested by the user. |
protected FlowExecutionRepository |
FlowExecutorFactoryBean.createExecutionRepository(RepositoryType repositoryType,
FlowExecutionStateRestorer executionStateRestorer,
ConversationManager conversationManager)
Factory method for creating the flow execution repository for saving and loading executing flows. |
void |
FlowSystemDefaults.setRepositoryType(RepositoryType repositoryType)
Overrides the default repository type. |
void |
FlowExecutorFactoryBean.setRepositoryType(RepositoryType repositoryType)
Sets the type of flow execution repository that should be configured for the flow executors created by this factory. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |