从 HttpServletRequest 创建 pageContext

发布于 2024-07-29 02:48:13 字数 156 浏览 8 评论 0原文

我知道这可能听起来很疯狂...但我正在与一些第三方 api 集成,不幸的是他们有一个只需要 pageContext 对象的实用程序类..我四处看了看,发现他们正在使用 pageContext 做很多事情...有没有办法从 HttpServeletRequest 获取或创建 pageContext。

I know this might sound crazy...but i am integrating with some third party api's and unfortunately they have a utility class which only takes a pageContext object..I did some peeking around and found that they are doing a lot of stuff with pageContext... Is there a way to get to or create a pageContext from HttpServeletRequest.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

找个人就嫁了吧 2024-08-05 02:48:13

You could use MockPageContext from the Spring API. It's designed for testing, but it would do a fine job of fooling the app into thinking it was the real thing.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文