摘要: 一、原理分析 Interceptor的接口定义没有什么特别的地方,除了init和destory方法以外,intercept方法是实现整个拦截器机制的核心方法。而它所依赖的参数ActionInvocation则是Action调度者。这里需要指出的是一个很重要的方法invocation.invoke() 阅读全文
posted @ 2016-03-01 09:31 rhythm of the rain 阅读(398) 评论(0) 推荐(0)