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.BeanNameAwarepublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic void setConfigService(org.springframework.extensions.config.ConfigService configService)
public String getSortKey()
getSortKey in interface org.springframework.extensions.config.ConfigDeployerpublic void register()
register in interface org.springframework.extensions.config.ConfigDeployerpublic List<org.springframework.extensions.config.ConfigDeployment> initConfig()
initConfig in interface org.springframework.extensions.config.ConfigDeployerCopyright © 2005–2018 Alfresco Software. All rights reserved.