我怎样才能得到我配置的HttpServletRequest
对象。org.springframewrok.web.context.request.RequestContextListener
web.xml
我正在Spring 3.0
使用Struts2
.
我知道我可以ServletContext
通过实现来获得ServletContextListener
,但我需要request
侦听器中的对象。
我怎样才能得到我配置的HttpServletRequest
对象。org.springframewrok.web.context.request.RequestContextListener
web.xml
我正在Spring 3.0
使用Struts2
.
我知道我可以ServletContext
通过实现来获得ServletContextListener
,但我需要request
侦听器中的对象。
使用RequestContextHolder
which是. requestDestroyed
_requestInitialized
RequestContextListener