小册描述
目录
- CGLIB AopProxy实现 - CglibAopProxy
- AopProxyFactory配置管理器 - AdvisedSupport
- Advisor链工厂接口与实现 - AdvisorChainFactory
- 目标对象来源接口与实现 - TargetSource
- 代理对象创建基础类 - ProxyCreatorSupport
- AdvisedSupport事件监听器 - AdvisedSupportListener
- ProxyCreatorSupport标准实现 - ProxyFactory
- ProxyCreatorSupport IoC容器实现 - ProxyFactoryBean
- ProxyCreatorSupport AspectJ实现 - AspectJProxyFactory
- IoC容器自动代理抽象 - AbstractAutoProxyCreator
- IoC容器自动代理标准实现
- IoC容器自动代理 AspectJ 实现 - AspectJAwareAdvisorAutoProxyCreator
- AOP Infrastructure Bean接口 - AopInfrastructureBean
- AOP上下文辅助类 - AopContext
- 代理工厂工具类 - AopProxyUtils
- AOP工具类 - AopUtils
- AspectJ Enable模块驱动实现 - @EnableAspectJAutoProxy
- AspectJ XML配置驱动实现 - <aop:aspectj-autoproxy/>
- AOP配置Schema-based 实现 - <aop:config/>
- Aspect Schema-based实现 - <aop:aspect/>
- Pointcut Schema-based实现 - <aop:pointcut/>
- Around Advice Schema-based实现 - <aop:around/>
- Before Advice Schema-based实现 - <aop:before/>
- After Advice Schema-based实现 - <aop:after/>
- After Returning Advice Schema-based实现 - <aop:after-returning/>
- After Throwing Advice Schema-based实现 - <aop:after-throwing/>
- Adviser Schema-based实现 - <aop:advisor/>
- Introduction Schema-based实现 - <aop:declare-parents/>
- 作用域代理Schema-based实现 - <aop:scoped-proxy/>
- 抽象工厂模式(Abstract factory)实现
- 构建器模式(Builder)实现
- 工厂方法模式(Factory method)实现
- 原型模式(Prototype)实现
- 单例模式(Singleton)实现
- 适配器模式(Adapter)实现
- 组合模式(Composite)实现
- 装饰器模式(Decorator)实现
- 享元模式(Flyweight)实现
- 代理模式(Proxy)实现
- 模板方法模式(Template Method)实现
- 责任链模式(Chain of Responsibility)实现
- 观察者模式(Observer)实现
- 策略模式(Strategy)实现
- 命令模式(Command)实现
- 状态模式(State)实现
- Spring AOP在 Spring 事件(Events)
- Spring AOP在Spring 事务(Transactions)理论基础
- Spring AOP在Spring 事务(Transactions)源码分析
- Spring AOP在Spring 缓存(Caching)
- Spring AOP在Spring本地调度(Scheduling)