request获取地址url中各个部分的方法

http://localhost:8080/coreSvn/bosn/admin/NewsInfo!add.action

***************************************

ActionContext ac = ActionContext.getContext();

   ServletContext sc = (ServletContext)ac.get(ServletActionContext.SERVLET_CONTEXT);
   String ctxDir = sc.getRealPath(File.separator);
   logger.info("ctxDir:"+ctxDir);

sc.get

你可能感兴趣的:(学习笔记,url,request,项目名称获取)