public class DisconfMgrBean extends Object implements org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor, org.springframework.core.PriorityOrdered, org.springframework.context.ApplicationContextAware
| Modifier and Type | Field and Description |
|---|---|
static String |
SCAN_SPLIT_TOKEN |
| Constructor and Description |
|---|
DisconfMgrBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
Set<String> |
getFileList()
Deprecated.
|
int |
getOrder() |
void |
postProcessBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
第一次扫描
在Spring内部的Bean定义初始化后执行,这样是最高优先级的 |
void |
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
这个函数无法达到最高优先级,例如PropertyPlaceholderConfigurer
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setFileList(Set<String> fileList)
Deprecated.
|
void |
setScanPackage(String scanPackage) |
public static final String SCAN_SPLIT_TOKEN
public void destroy()
public void setScanPackage(String scanPackage)
public int getOrder()
getOrder in interface org.springframework.core.Orderedpublic void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
throws org.springframework.beans.BeansException
postProcessBeanFactory in interface org.springframework.beans.factory.config.BeanFactoryPostProcessororg.springframework.beans.BeansExceptionpublic void postProcessBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
throws org.springframework.beans.BeansException
postProcessBeanDefinitionRegistry in interface org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessororg.springframework.beans.BeansExceptionpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansException@Deprecated public Set<String> getFileList()
@Deprecated public void setFileList(Set<String> fileList)
Copyright © 2015–2016 Baidu. All rights reserved.