public class ConfigurerImpl extends java.lang.Object implements Configurer
DEFAULT_USER_CFG_FILE, USER_CFG_FILE_PROPERTY_NAME, USER_CFG_FILE_PROPERTY_URL| Constructor and Description |
|---|
ConfigurerImpl(BlueprintContainer con) |
| Modifier and Type | Method and Description |
|---|---|
void |
configureBean(java.lang.Object beanInstance)
set up the Bean's value by using Dependency Injection from the application context
|
void |
configureBean(java.lang.String bn,
java.lang.Object beanInstance)
set up the Bean's value by using Dependency Injection from the application context
with a proper name.
|
void |
configureBean(java.lang.String bn,
java.lang.Object beanInstance,
boolean checkWildcards) |
protected java.lang.String |
getBeanName(java.lang.Object beanInstance) |
public void configureBean(java.lang.Object beanInstance)
ConfigurerconfigureBean in interface ConfigurerbeanInstance - the instance of the bean which needs to be configuredpublic void configureBean(java.lang.String bn,
java.lang.Object beanInstance)
ConfigurerconfigureBean in interface Configurerbn - the name of the bean which needs to be configuredbeanInstance - the instance of bean which need to be configuredpublic void configureBean(java.lang.String bn,
java.lang.Object beanInstance,
boolean checkWildcards)
protected java.lang.String getBeanName(java.lang.Object beanInstance)