|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.core.enums.AbstractLabeledEnum
org.springframework.core.enums.StaticLabeledEnum
org.springframework.webflow.config.RepositoryType
public class RepositoryType
Type-safe enumeration of logical flow execution repository types.
FlowExecutionRepository
,
Serialized FormField Summary | |
---|---|
static RepositoryType |
CLIENT
The 'client' (continuation) flow execution repository type. |
static RepositoryType |
CONTINUATION
The 'continuation' flow execution repository type. |
static RepositoryType |
SIMPLE
The 'simple' flow execution repository type. |
static RepositoryType |
SINGLEKEY
The 'singleKey' flow execution repository type. |
Fields inherited from interface org.springframework.core.enums.LabeledEnum |
---|
CODE_ORDER, DEFAULT_ORDER, LABEL_ORDER |
Method Summary |
---|
Methods inherited from class org.springframework.core.enums.StaticLabeledEnum |
---|
getCode, getLabel, readResolve, shortValue |
Methods inherited from class org.springframework.core.enums.AbstractLabeledEnum |
---|
compareTo, equals, getType, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final RepositoryType SIMPLE
SimpleFlowExecutionRepository
public static final RepositoryType CONTINUATION
ContinuationFlowExecutionRepository
public static final RepositoryType CLIENT
ClientContinuationFlowExecutionRepository
public static final RepositoryType SINGLEKEY
SimpleFlowExecutionRepository
,
SimpleFlowExecutionRepository.setAlwaysGenerateNewNextKey(boolean)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |