|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.webflow.config.FlowSystemDefaults
public class FlowSystemDefaults
Encapsulates overall flow system configuration defaults. Allows for centralized application of, and if necessary, overridding of system-wide default values.
Constructor Summary | |
---|---|
FlowSystemDefaults()
|
Method Summary | |
---|---|
MutableAttributeMap |
applyExecutionAttributes(MutableAttributeMap executionAttributes)
Applies default execution attributes if necessary. |
RepositoryType |
applyIfNecessary(RepositoryType selectedType)
Applies the default repository type if requested by the user. |
void |
setAlwaysRedirectOnPause(boolean alwaysRedirectOnPause)
Overrides the alwaysRedirectOnPause execution attribute default. |
void |
setRepositoryType(RepositoryType repositoryType)
Overrides the default repository type. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FlowSystemDefaults()
Method Detail |
---|
public void setAlwaysRedirectOnPause(boolean alwaysRedirectOnPause)
alwaysRedirectOnPause
- the new default valueApplicationViewSelector.ALWAYS_REDIRECT_ON_PAUSE_ATTRIBUTE
public void setRepositoryType(RepositoryType repositoryType)
repositoryType
- the new default valuepublic MutableAttributeMap applyExecutionAttributes(MutableAttributeMap executionAttributes)
executionAttributes
- the user-configured execution attribute map
public RepositoryType applyIfNecessary(RepositoryType selectedType)
selectedType
- the selected repository type (may be null if no selection was made)
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |