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

获取访问action的页面信息

时间:2020-06-15 15:51:36      阅读:61      评论:0      收藏:0      [点我收藏+]

标签:nal   text   页面   Servle   获取   esc   referer   external   ref   

// FacesContext facesContext = FacesContext.getCurrentInstance();
// ExternalContext externalContext = facesContext.getExternalContext();
// Map<String, Object> headerMap = externalContext.getRequestMap();
// String referer = (String) headerMap.get("javax.servlet.forward.request_uri");

String referer = Pages.getCurrentViewId();

获取访问action的页面信息

标签:nal   text   页面   Servle   获取   esc   referer   external   ref   

原文地址:https://www.cnblogs.com/LcxSummer/p/13130916.html

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