接口的使用
cn.taketoday.aop.framework.Advised
使用Advised的程序包
程序包
说明
Aspect Programming
Classes enabling AspectJ 5 @Annotated classes to be used in Framework AOP.
-
cn.taketoday.aop中Advised的使用
参数类型为Advised的cn.taketoday.aop中的方法修饰符和类型方法说明DefaultInterceptorChainFactory.getInterceptorsAndDynamicInterceptionAdvice(Advised config, Method method, Class<?> targetClass) InterceptorChainFactory.getInterceptorsAndDynamicInterceptionAdvice(Advised config, Method method, Class<?> targetClass) Determine a list ofMethodInterceptorobjects for the given advisor chain configuration. -
cn.taketoday.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). -
cn.taketoday.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.