RequestContextHolder与RequestContextUtils

Posted jeely

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了RequestContextHolder与RequestContextUtils相关的知识,希望对你有一定的参考价值。

org.springframework.web.servlet.support.RequestContextUtils

在spring-webmvc中, 主要用来获取WebApplicationContext

 

org.springframework.web.context.request.RequestContextHolder

在spring-web中, 主要用来获取当前线程的RequestAttributes对象, 通过RequestAttributes再获得ServletRequestAttributes, 通过ServletRequestAttributes来获取最终的httpServletRequest

这里也支持servlet3+之后的异步request, 可以在子线程中直接使用RequestContextHolder

技术图片

以上是关于RequestContextHolder与RequestContextUtils的主要内容,如果未能解决你的问题,请参考以下文章

hystrix中RequestContextHolder取值为空的问题

Spring中RequestContextHolder以及HandlerInterceptorAdapter的使用

RequestContextHolder源码理解使用

RequestContextHolder源码理解使用

RequestContextHolder getHttpServletRequest

RequestContextHolder.getRequestAttributes() null - Spring Security + Multi Tenant [关闭]