接口的使用
infra.aop.framework.AopProxy
使用AopProxy的程序包
程序包
说明
Package containing Infra basic AOP infrastructure, compliant with the
AOP Alliance interfaces.
-
infra.aop.framework中AopProxy的使用
修饰符和类型类说明(专用程序包) classCGLIB-basedAopProxyimplementation for the AOP framework.(专用程序包) final classJDK-basedAopProxyimplementation for the AOP framework, based on JDKdynamic proxies.(专用程序包) class返回AopProxy的infra.aop.framework中的方法修饰符和类型方法说明AopProxyFactory.createAopProxy(AdvisedSupport config) Create anAopProxyfor the given AOP configuration.DefaultAopProxyFactory.createAopProxy(AdvisedSupport config) protected final AopProxyProxyCreatorSupport.createAopProxy()Subclasses should call this to get a new AOP proxy.参数类型为AopProxy的infra.aop.framework中的方法