| 程序包 | 说明 |
|---|---|
| org.springframework.aop.framework |
Package containing Spring's basic AOP infrastructure, compliant with the
AOP Alliance interfaces.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultAopProxyFactory
Default
AopProxyFactory implementation, creating either a CGLIB proxy
or a JDK dynamic proxy. |
| 限定符和类型 | 方法和说明 |
|---|---|
AopProxyFactory |
ProxyCreatorSupport.getAopProxyFactory()
Return the AopProxyFactory that this ProxyConfig uses.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ProxyCreatorSupport.setAopProxyFactory(AopProxyFactory aopProxyFactory)
Customize the AopProxyFactory, allowing different strategies
to be dropped in without changing the core framework.
|
| 构造器和说明 |
|---|
ProxyCreatorSupport(AopProxyFactory aopProxyFactory)
Create a new ProxyCreatorSupport instance.
|