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

站酷设计网站官网网址/sem是什么意思啊

站酷设计网站官网网址,sem是什么意思啊,dede怎么做视频网站,如何让网站不被收录这几天在看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.bjxfkj.com.cn/article/614.html

相关文章:

  • 北京比较好的互联网公司/佛山seo培训
  • html5炫酷的网站/不付费免费网站
  • 网站 前端/seo引擎优化是什
  • 淘宝网站后台怎么做/企业培训心得
  • 人跟狗做网站/做网站设计哪里有
  • 济南营销型网站建设公司/广州网站建设
  • 想给大学做网站/网站seo推广排名
  • 网站设计考虑因素/武汉网站seo
  • 党团建设网站/百度seo原理
  • 天津专业智能建站/大连百度关键词排名
  • 网站建设包装策略/百度推广竞价排名
  • 重庆网站建设哪家公司好/百度推广后台登陆入口
  • 微博seo排名优化/什么公司适合做seo优化
  • Nginx做跳转到其他网站/福州关键词搜索排名
  • 网站建设群号/自己建网站详细流程
  • 什么网站框架/百度发广告怎么发
  • 网站标题logo修改代码/上海sem
  • 手机端公司网站怎么做/网站建站模板
  • 网站建设官网免费模板/推广技术
  • asp.net 网站管理工具/seo推广案例
  • 机械设备网站建设/高端网站公司
  • 企业网站建设首选智投未来1/百度网址链接是多少
  • 国基建设集团有限公司网站/郑州百度网站快速优化
  • 出售东西的网站怎么做/东莞seo排名公司
  • 迈网科技 官方网站/旺道seo优化软件怎么用
  • 建站公司还有前途吗/神马移动排名优化
  • 学校门户网站建设的意义/免费制作网站app
  • 做网站客户一般会问什么问题/免费建立网站
  • 免费建设在线商城的网站/网络营销策划书1500字
  • 信阳市人民政府门户网站/网络营销带来的效果