public class DisconfMgr extends Object implements org.springframework.context.ApplicationContextAware
| Modifier and Type | Field and Description |
|---|---|
protected static DisconfMgr |
INSTANCE |
protected static org.slf4j.Logger |
LOGGER |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
firstScan(List<String> scanPackageList)
第一次扫描,静态扫描 for annotation config
|
static DisconfMgr |
getInstance() |
void |
reloadableScan(String fileName)
reloadable config file scan, for xml config
|
protected void |
secondScan()
第二次扫描, 动态扫描, for annotation config
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
start(List<String> scanPackageList)
总入口
|
protected static final org.slf4j.Logger LOGGER
protected static final DisconfMgr INSTANCE
public static DisconfMgr getInstance()
protected void secondScan()
public void reloadableScan(String fileName)
public void close()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionCopyright © 2015–2016 Baidu. All rights reserved.