摘要:
Spring-MVC如何使用拦截器,官方文档只给出了非注解风格的例子。那么基于注解风格如何使用拦截器呢? 基于注解基本上有2个可使用的定义类,分别是DefaultAnnotationHandlerMapping和AnnotationMethodHandlerAdapter:< bean class ="org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping" /> < bean class ="org.springframework.web.se 阅读全文
posted @ 2011-12-06 10:48
siukun
阅读(25132)
评论(2)
推荐(0)
摘要:
ctrl+E+S 阅读全文
posted @ 2011-12-06 10:15
siukun
阅读(298)
评论(0)
推荐(0)