How can I get the ServletContext inside an Interceptor in Spring MVC 3?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Since interceptor is a bean, you can simply autowire it:
|
|||||
|
|
Please look at this example http://www.vaannila.com/spring/spring-interceptor.html and then request.getSession().getServletContext() |
|||||||
|