码迷,mamicode.com
首页 > Web开发 > 详细

得到web.xml中servletContext的context-param

时间:2017-12-05 12:00:18      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:gets   org   app   servlet   load   let   span   xml文件   text   

import org.springframework.web.context.ContextLoader;

// web.xml文件中已经启用数据权限
            String enableDataSecurity = ContextLoader.getCurrentWebApplicationContext().getServletContext().getInitParameter("EnableDataSecurity");
            

 

web.xml

    <!-- Enable data security -->
    <context-param>
        <param-name>EnableDataSecurity</param-name>
        <param-value>true</param-value>
    </context-param>

 

得到web.xml中servletContext的context-param

标签:gets   org   app   servlet   load   let   span   xml文件   text   

原文地址:http://www.cnblogs.com/tonggc1668/p/7985827.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!