第3章 Spring的AOP实现 3.1 正则表达式简介3.2 认识AOP3.2.1 代理机制 3.2.2 AOP中的常用术语3.3 传统的AOP支持3.3.1 前置通知Before Advice3.3.2 后置通知 After Advice3.3.3 环绕通知 Around Advice3.3.4 异常通知 Throw Advice3.3.5 NameMatchMethodPointAdvisor3.3.6 RegexpMethodPointcutAdvisor3.3.7 DefaultPointcutAdvisor3.3.8 引介3.4 Spring 2.0中的AOP 3.4.1 Spring2.0中的Pointcut定义3.4.2 基于XML Schema的前置通知 3.4.3 基于Annotation的前置通知 3.4.4 基于XML Schema的后置通知 3.4.5 基于Annotation的后置通知 3.4.6 基于XML Schema的环绕通知 3.4.7 基于Annotati阅读全文>
发表于 @ 2008年01月17日 15:11:00|评论(loading...)|举报|收藏