Spring HandlerInterceptor
摘要:
1.SpringHandlerInterceptor 可以组成一个chain。这个接口有三个方法:public interface HandlerInterceptor { /** * Intercept the execution of a handler. Called after... 阅读全文
posted @ 2014-08-26 14:29 Ranger0526 阅读(581) 评论(0) 推荐(0) 编辑