gpt4 book ai didi

java - 如何从 Tomcat 8 中的 `HttpServletRequest` 获取服务

转载 作者:行者123 更新时间:2023-11-28 22:12:09 24 4
gpt4 key购买 nike

如何从 Tomcat 8 中的 HttpServletRequest 获取服务?

在 tomcat 7 中,mapper 位于 Connector 中,因此我能够访问 Mapper as

((Request) request).getConnector().getMapper() //request is a HttpServletRequest

但是我怎样才能在 Tomcat 8 中获得它呢?在 tomcat 8 迁移文档中说

The Mapper has moved from the Connector to the Service since the Mapper is identical for all Connectors of a given Service.

最佳答案

tomcat 开发人员刚刚将映射器移动到 Service .所以使用:

((Request) request).getConnector().getService().getMapper()

关于java - 如何从 Tomcat 8 中的 `HttpServletRequest` 获取服务,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29484756/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com