接口的使用
cn.taketoday.aop.InterceptorChainFactory
使用InterceptorChainFactory的程序包
-
cn.taketoday.aop中InterceptorChainFactory的使用
修饰符和类型类说明classA simple but definitive way of working out an advice chain for a Method, given anAdvisedobject. -
cn.taketoday.aop.framework中InterceptorChainFactory的使用
修饰符和类型方法说明AdvisedSupport.getInterceptorChainFactory()Return the advisor chain factory to use (nevernull).修饰符和类型方法说明voidAdvisedSupport.setInterceptorChainFactory(InterceptorChainFactory interceptorChainFactory) Set the advisor chain factory to use.