SpringMVC源码 1 ContextLoaderListener和Servlet容器web.xml配置

SpringMVC源码 1 ContextLoaderListener和Servlet容器web.xml配置 1.先说下ServletContext javaee标准规定了,servlet容器需要在应用项目启动时,给应用项目初始化一个ServletContext作为公共环境容器存放公共信息。ServletContext中的信息都是由容器提供的。 通过contextListener获取web.xml
相关文章
相关标签/搜索