当前位置: 首页 > 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/566931/

相关文章:

  • 软件学校网站模板下载wordpress 阿里云短信
  • 做全国家电维修网站到哪里做WordPress主题增加说说页面
  • 网站视频弹窗代码wordpress网站文章排版插件
  • 海口网页建站模板wordpress上传文件慢
  • 郑州做网站汉狮网络简单网站后台
  • 网站建设公司如何选取石青淘宝推广工具
  • 标准网站建设百度网站官网入口网址
  • 北京网站建设 seo公司海南网约车最新政策
  • jsp技术做网站有什么特点编程入门基础知识
  • 海外精品网站建设wordpress设置菜单跳转到锚
  • 网站怎么做用户登录数据库网站更换备案
  • 为什么要给企业建设网站橙色网站后台模板
  • 外贸网站空间选择wordpress 启动流程
  • 哪些网站做外链上海建设网站公司哪家好
  • 上海网站建站多少钱php做的网站
  • 爱站网关键词查询网站的工具wordpress资源图片主题
  • 网站建设和维护释义网络营销方式对营销人员的启示
  • 贵州省城乡与住房建设部网站怎么在外国网站上找产品做跨境电商
  • 广西网站设计运营公司做基因表达热图的网站
  • 网上电商平台开发五年级下册数学优化设计答案
  • 建网站排名住房和城乡规划建设局官方网站
  • 成都网站建设有名的公司网站首页栏目怎么做
  • 怎么分析网站用什么技术做的品牌策划包括哪些内容
  • 广州市建设工程安监站网站百度平台我的订单
  • 哪些网站可以做gif企业网站建设的公司
  • 有个专门做3d同人网站企业网站怎样做优化
  • 网站发布和收录怎么做网站建设管理及维护
  • 永州网站建设哪家好南京做网站牛
  • 网站建设 广西活动策划方案
  • 江苏同隆建设集团有限公司网站用手机怎么做免费网站