org.alfresco.web.config
Class WebClientConfigBootstrap

java.lang.Object
  extended by org.alfresco.web.config.WebClientConfigBootstrap
All Implemented Interfaces:
org.springframework.beans.factory.BeanNameAware, org.springframework.context.ApplicationContextAware, org.springframework.extensions.config.ConfigDeployer

public class WebClientConfigBootstrap
extends java.lang.Object
implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.BeanNameAware, org.springframework.extensions.config.ConfigDeployer

Web client config bootstrap


Constructor Summary
WebClientConfigBootstrap()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebClientConfigBootstrap

public WebClientConfigBootstrap()
Method Detail

setConfigs

public void setConfigs(java.util.List configs)
Set the configs

Parameters:
configs - the configs

init

public void init()
Deprecated. 


setBeanName

public void setBeanName(java.lang.String name)
Specified by:
setBeanName in interface org.springframework.beans.factory.BeanNameAware

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
                           throws org.springframework.beans.BeansException
Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
Throws:
org.springframework.beans.BeansException

setConfigService

public void setConfigService(org.springframework.extensions.config.ConfigService configService)

getSortKey

public java.lang.String getSortKey()
Specified by:
getSortKey in interface org.springframework.extensions.config.ConfigDeployer

register

public void register()
Specified by:
register in interface org.springframework.extensions.config.ConfigDeployer

initConfig

public java.util.List initConfig()
Initialisation method

Specified by:
initConfig in interface org.springframework.extensions.config.ConfigDeployer


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.