public class WebClientConfigBootstrap extends Object implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.BeanNameAware, org.springframework.extensions.config.ConfigDeployer
Constructor and Description |
---|
WebClientConfigBootstrap() |
Modifier and Type | Method and Description |
---|---|
String |
getSortKey() |
void |
init()
Deprecated.
|
List<org.springframework.extensions.config.ConfigDeployment> |
initConfig()
Initialisation method
|
void |
register() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setBeanName(String name) |
void |
setConfigs(List<String> configs)
Set the configs
|
void |
setConfigService(org.springframework.extensions.config.ConfigService configService) |
public void setConfigs(List<String> configs)
configs
- the configspublic void init()
public void setBeanName(String name)
setBeanName
in interface org.springframework.beans.factory.BeanNameAware
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
public void setConfigService(org.springframework.extensions.config.ConfigService configService)
public String getSortKey()
getSortKey
in interface org.springframework.extensions.config.ConfigDeployer
public void register()
register
in interface org.springframework.extensions.config.ConfigDeployer
public List<org.springframework.extensions.config.ConfigDeployment> initConfig()
initConfig
in interface org.springframework.extensions.config.ConfigDeployer
Copyright © 2005–2017 Alfresco Software. All rights reserved.