public class ReadConfiguration extends Object
| Constructor and Description |
|---|
ReadConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ActionMappingStrategy |
getActionMappingStrategy()
Gets the
ActionMappingStrategy used to define
default mapping actions. |
BeanCreationChain |
getBeanCreationChain()
Gets the BeanCreationChain that should be used to construct beans.
|
void |
setActionMappingStrategy(ActionMappingStrategy actionMappingStrategy)
Sets the
ActionMappingStrategy used to define
default mapping acitons. |
void |
setBeanCreationChain(BeanCreationChain beanCreationChain)
Sets the BeanCreationChain that should be used to construct beans.
|
public BeanCreationChain getBeanCreationChain()
public void setBeanCreationChain(BeanCreationChain beanCreationChain)
beanCreationChain - the BeanCreationChain to use, not nullpublic ActionMappingStrategy getActionMappingStrategy()
ActionMappingStrategy used to define
default mapping actions.ActionMappignStrategy, not nullpublic void setActionMappingStrategy(ActionMappingStrategy actionMappingStrategy)
ActionMappingStrategy used to define
default mapping acitons.actionMappingStrategy - ActionMappignStrategy, not nullCopyright © 2002-2013 Apache Software Foundation. All Rights Reserved.