当前位置: 首页 > news >正文

网站模板 手机淮南网云小镇房价

网站模板 手机,淮南网云小镇房价,东莞桂城网站制作,wordpress点击网页效果这几天在看spring的源码&#xff0c;涉及到spring启动位置的部分&#xff0c;下面就看看spring到底是从哪儿开始加载的。本文使用的是spring3.0M3 首先spring的加载会借助一个监听器ContextLoaderListener&#xff0c;直接上web.xml文件 Xml代码 <listener> <…

这几天在看spring的源码,涉及到spring启动位置的部分,下面就看看spring到底是从哪儿开始加载的。本文使用的是spring3.0M3 

首先spring的加载会借助一个监听器ContextLoaderListener,直接上web.xml文件 

 

Xml代码   收藏代码
  1. <listener>  
  2.     <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>  
  3. </listener>  

 

 


我们通常会对加载位置统一管理   

 

 

Xml代码   收藏代码
  1. <context-param>  
  2.        <param-name>contextConfigLocation</param-name>  
  3.        <param-value>  
  4.         /WEB-INF/conf/spring/**/*.xml  
  5.        </param-value>  
  6.    </context-param>  


这个org.springframework.web.context.ContextLoaderListener类型是springframework中的原始加载上下文的监听器, 
通常我们会自定义一个Listener去继承ContextLoaderListener并另外实现我们需要初始化的接口(通常我们会选择实现一些接口来对session的管理) 

 

 

 

Java代码   收藏代码
  1. public class FrameServletContextListener extends ContextLoaderListener implements ServletContextListener,HttpSessionAttributeListener,HttpSessionListener {  
  2.     //  
  3.     private ServletContext initPath(ServletContextEvent event) {  
  4.   
  5.     }  
  6.   
  7.         public synchronized void contextDestroyed(ServletContextEvent event) {  
  8.     //  
  9.     }  
  10.   
  11.     ...  
  12. }  


当监听器设置好了之后 ,启动web容器 监听器开始启动ContextLoaderListenerl 
类中的方法contextInitialized() 

 

 

 

Java代码   收藏代码
  1. /** 
  2.  * Initialize the root web application context. 
  3.  */  
  4. public void contextInitialized(ServletContextEvent event) {  
  5.     this.contextLoader = createContextLoader();  
  6.     if (this.contextLoader == null) {  
  7.         this.contextLoader = this;  
  8.     }  
  9.     this.contextLoader.initWebApplicationContext(event.getServletContext());  
  10. }  


这样this.contextLoader.initWebApplicationContext(event.getServletContext());ContextLoaderListener 
就会借助容器的上下文去初始一个spring的应用上下文,使用到了ContextLoader这个类 



在ContextLoader初始化时我们看到这样一块static代码 

 

 

Java代码   收藏代码
  1. static {  
  2.     // Load default strategy implementations from properties file.  
  3.     // This is currently strictly internal and not meant to be customized  
  4.     // by application developers.  
  5.     try {  
  6.         //这一句会去加载同在此包下的一个properties文件的值(ContextLoader.properties)  
  7.         ClassPathResource resource = new ClassPathResource(DEFAULT_STRATEGIES_PATH, ContextLoader.class);  
  8.         defaultStrategies = PropertiesLoaderUtils.loadProperties(resource);  
  9.     }  
  10.     catch (IOException ex) {  
  11.         throw new IllegalStateException("Could not load 'ContextLoader.properties': " + ex.getMessage());  
  12.     }  
  13. }  


属性文件中这样定义 

 

 

引用

 

org.springframework.web.context.WebApplicationContext=org.springframework.web.context.support.XmlWebApplicationContext


这样我们就能根据属性文件中的定义反射出一个XmlWebApplicationContext上下文了 

然而我们在XmlWebApplicationContext中看到如下变量 

 

 

Java代码   收藏代码
  1. /** Default config location for the root context */  
  2. public static final String DEFAULT_CONFIG_LOCATION = "/WEB-INF/applicationContext.xml";  


至此我们已经知道默认加载spring文件的启动位置了 


当我们再看ContextLoader类,我们就会看到传说中的参数contextConfigLocation 

 

 

 

Java代码   收藏代码
  1. public static final String CONFIG_LOCATION_PARAM = "contextConfigLocation";  

 


而XmlWebApplicationContext对象正是调用了这个参数去设置启动位置 

 

 

Java代码   收藏代码
  1. wac.setConfigLocation(servletContext.getInitParameter(CONFIG_LOCATION_PARAM));  

 


再往上看XmlWebApplicationContext继承的AbstractRefreshableConfigApplicationContext类中的setConfigLocation方法将此抽象类中的String[] configLocations值填充 

并在AbstractRefreshableConfigApplicationContext类中我们看到spring对默认启动文件位置和配置启动文件位置的支持 

 

 

Java代码   收藏代码
  1. protected String[] getConfigLocations() {  
  2.     return (this.configLocations != null ? this.configLocations : getDefaultConfigLocations());  


至此我们已经清楚spring将从哪儿加载并知道加载哪些文件了。

 

http://www.yayakq.cn/news/612015/

相关文章:

  • 湖北省建设厅政务公开网站北京建设部网站 信息中心
  • 竞价网站托管网站建设违约
  • 网站怎么添加友情链接杭州建设网点地址查询
  • 网络营销论文任务书wordpress seo标题
  • 保定企业网站开发昌吉市建设局网站
  • 简搜网站提交专业网站建设人工智能研发
  • 重庆响应式网站设计静态网站登陆怎么做
  • 低俗网站推广哪里找织梦城市门户网站模板
  • 陶瓷网站模板饭店的网站建设进行评价
  • 建设局网站首页cms系统设计方案
  • 下做图软件在哪个网站下载器com天堂网
  • 制作网站的代码建设学校网站的报告
  • 郑州网站设计专家做包装盒有哪些网站
  • 东莞网站优化平台企业年报网上申报入口免费官方
  • 软件跟网站开发抖音推广项目计划书
  • 昆明微信网站建设人社门户网站建设方案
  • 网站虚拟主机销售手机网站开发是什么
  • 网站备案号代码上海高端网站定制开发
  • 重庆人居建设集团网站wordpress创建目录
  • 哪家高端网站建设好宁夏做网站的
  • 永春县住房和城乡规划建设局网站网络运营课程培训班
  • 自已建网站做南美生意做什么网站好
  • 泰安网站建设哪家专业免费推广广告链接
  • 网站设计与应用方向论文ppt制作软件模板网站
  • 公司地址怎么注册定位网页优化与网站优
  • 贵州省建设监理协会网站是什么动画设计专业哪个学校比较好
  • 昆山城市建设网站做网站老板嫌弃太丑谁的锅
  • 专业服务好的网站设计制作蜜蜂vp加速器七天试用
  • jquery网站模版英国网站后缀
  • 网站设计登录界面怎么做企业微信自建应用怎么开发