Interceptor « Context « Spring Q&A





1. Get application context in the interceptor    forum.springsource.org

Just let the interceptor implement the ApplicationContextAware interface, implement the Setter and et voila you have access. However you can also inject dependencies like any normal spring bean.