码迷,mamicode.com
首页 > 其他好文 > 详细

struts2笔记

时间:2014-11-06 12:19:14      阅读:165      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   io   color   sp   div   on   log   

1.获取项目根路径:

HttpServletRequest request = ServletActionContext.getRequest();
//获取物理根路径
String basePath = request.getSession().getServletContext().getRealPath("/");
//获取网络根路径
String baseUrl = request.getScheme()+":"+request.getServerName()+":"+request.getServerPort()+request.getContextPath();
//获取web相对路径
String rootPath = request.getContextPath();

 

struts2笔记

标签:style   blog   http   io   color   sp   div   on   log   

原文地址:http://www.cnblogs.com/thinksasa/p/4078133.html

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