攔截器(interceptor),類似servlet中的過濾器。
[Spring 3 MVC Interceptor tutorial with example](http://viralpatel.net/blogs/spring-mvc-interceptor-example/)
[Spring MVC Interceptors Example – HandlerInterceptor and HandlerInterceptorAdapter](http://www.journaldev.com/2676/spring-mvc-interceptors-example-handlerinterceptor-and-handlerinterceptoradapter)
[Spring MVC handler interceptors example](http://www.mkyong.com/spring-mvc/spring-mvc-handler-interceptors-example/)
[Spring MVC Handler Interceptor](http://javapapers.com/spring/spring-mvc-handler-interceptor/)
暫不支持注解。[Is it possible to wire a Spring MVC Interceptor using annotations?](http://stackoverflow.com/questions/4389224/is-it-possible-to-wire-a-spring-mvc-interceptor-using-annotations)
- JSP & Servlet
- 00-00、序
- 00-01、相關軟件的安裝
- 00-02、理解HTTP
- 00-03、從JSP開始
- 00-04、理解Servlet
- 00-05、過濾器與監聽器
- 00-06、使用velocity模板引擎
- 00-07、使用數據庫連接池
- 00-08、Tomcat的運行機制
- Spring MVC
- 01-00、Spring與依賴注入
- 01-01、Spring與面向切面編程
- 01-02、使用Spring MVC構建Hello World
- 01-03、JdbcTemplate
- 01-04、基于注解的URL映射
- 01-05、JSON
- 01-06、校驗器
- 01-07、國際化
- 01-08、攔截器
- 01-09、文件上傳
- 01-10、轉換器與格式化
- Book
- Online Tutorial
- Q & A
- Learn More
- Supplement