标签: spring httprequest
如何在HttpServletRequest中配置的org.springframewrok.web.context.request.RequestContextListener中获取web.xml个对象。
HttpServletRequest
org.springframewrok.web.context.request.RequestContextListener
web.xml
我将Spring 3.0与Struts2一起使用。
Spring 3.0
Struts2
我知道我可以通过实现ServletContext来获取ServletContextListener,但我需要侦听器中的request对象。
ServletContext
ServletContextListener
request
答案 0 :(得分:1)
使用RequestContextHolder作为[{3}}中requestDestroyed和requestInitialized方法参数的参数。
RequestContextHolder
requestDestroyed
requestInitialized