protectedvoidfinishRefresh() {//清空context级别的资源缓存clearResourceCaches();//初始化LifecycleProcessorinitLifecycleProcessor();//回调LifecycleProcessor的onRefresh方法getLifecycleProcessor().onRefresh();//发布context刷新事件publishEvent(new ContextRefreshedEvent(this));// Participate in LiveBeansView MBean, if active.LiveBeansView.registerApplicationContext(this);}