获取访问action的页面信息
Posted lcxsummer
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了获取访问action的页面信息相关的知识,希望对你有一定的参考价值。
// 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的页面信息的主要内容,如果未能解决你的问题,请参考以下文章