接口的使用
infra.aop.framework.Advised
使用Advised的程序包
程序包
说明
Aspect Programming
Classes enabling AspectJ 5 @Annotated classes to be used in Framework AOP.
Package containing Infra basic AOP infrastructure, compliant with the
AOP Alliance interfaces.
-
infra.aop中Advised的使用
修饰符和类型方法说明DefaultInterceptorChainFactory.getInterceptors(Advised config, Method method, Class<?> targetClass) InterceptorChainFactory.getInterceptors(Advised config, Method method, Class<?> targetClass) Determine a list ofMethodInterceptorobjects for the given advisor chain configuration. -
infra.aop.aspectj.annotation中Advised的使用
修饰符和类型类说明classAspectJ-based proxy factory, allowing for programmatic building of proxies which include AspectJ aspects (code style as well Java 5 annotation style). -
infra.aop.framework中Advised的使用
修饰符和类型类说明classBase class for AOP proxy configuration managers.classBase class for proxy factories.classFactory for AOP proxies for programmatic use, rather than via declarative setup in a bean factory.classFactoryBeanimplementation that builds an AOP proxy based on beans inBeanFactory.