| |
|
| java.lang.Object org.springframework.webflow.config.FlowSystemDefaults
FlowSystemDefaults | public class FlowSystemDefaults implements Serializable(Code) | | Encapsulates overall flow system configuration defaults. Allows for
centralized application of, and if necessary, overridding of system-wide
default values.
author: Keith Donald |
applyExecutionAttributes | public MutableAttributeMap applyExecutionAttributes(MutableAttributeMap executionAttributes)(Code) | | Applies default execution attributes if necessary. Defaults will only
apply in the case where the user did not configure a value, or explicitly
requested the 'default' value.
Parameters: executionAttributes - the user-configured execution attribute map the map with defaults applied as appropriate |
applyIfNecessary | public RepositoryType applyIfNecessary(RepositoryType selectedType)(Code) | | Applies the default repository type if requested by the user.
Parameters: selectedType - the selected repository type (may be null if noselection was made) the repository type, with the default applied if necessary |
setRepositoryType | public void setRepositoryType(RepositoryType repositoryType)(Code) | | Overrides the default repository type.
Parameters: repositoryType - the new default value |
|
|
|