如何在Spring MVC 3中的Interceptor中获取ServletContext?
由于拦截器是bean,因此您可以简单地自动装配它:
@Autowired ServletContext context;