public class WebClientConfigBootstrap
extends java.lang.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 |
|---|---|
java.lang.String |
getSortKey() |
void |
init()
Deprecated.
|
java.util.List |
initConfig()
Initialisation method
|
void |
register() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setBeanName(java.lang.String name) |
void |
setConfigs(java.util.List configs)
Set the configs
|
void |
setConfigService(org.springframework.extensions.config.ConfigService configService) |
public void setConfigs(java.util.List configs)
configs - the configspublic void init()
public void setBeanName(java.lang.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 java.lang.String getSortKey()
getSortKey in interface org.springframework.extensions.config.ConfigDeployerpublic void register()
register in interface org.springframework.extensions.config.ConfigDeployerpublic java.util.List initConfig()
initConfig in interface org.springframework.extensions.config.ConfigDeployerCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.