获取访问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的页面信息的主要内容,如果未能解决你的问题,请参考以下文章

struts2 jsp如何获取action值

5.struts2中Action类中获取ServletAPI的三种方式

struts2中action手动获取參数

Action怎样获取页面的值呢?

获取 Instagram 的页面信息

Spring boot 用户自定义访问控制,自定义登录页面,退出,用户信息获取