Spring MVC 3のインターセプター内でServletContextを取得するにはどうすればよいですか?
インターセプターはBeanであるため、単純に自動配線できます。
@Autowired ServletContext context;
この例を見てください
http://www.vaannila.com/spring/spring-interceptor.html
そしてrequest.getSession()。getServletContext()