标签:style class blog code ext color
备忘,一段代码:
@Override public void init(FilterConfig arg0) throws ServletException { // TODO Auto-generated method stub logger.info("======begin web context===="); ServletContext context=arg0.getServletContext(); String webroot=context.getContextPath()+"/WebContent/"; context.setAttribute("webroot", webroot); logger.info("webroot:"+webroot); }
在过滤器中获取的servletcontext。
获取web项目中的webroot目录路径,布布扣,bubuko.com
标签:style class blog code ext color
原文地址:http://www.cnblogs.com/juepei/p/3793366.html