接口的使用
infra.aop.InterceptorChainFactory
使用InterceptorChainFactory的程序包
程序包
说明
Aspect Programming
Package containing Infra basic AOP infrastructure, compliant with the
AOP Alliance interfaces.
-
infra.aop中InterceptorChainFactory的使用
修饰符和类型类说明classA simple but definitive way of working out an advice chain for a Method, given anAdvisedobject. -
infra.aop.framework中InterceptorChainFactory的使用
修饰符和类型字段说明private InterceptorChainFactoryAdvisedSupport.interceptorChainFactoryThe InterceptorChainFactory to use.修饰符和类型方法说明AdvisedSupport.getInterceptorChainFactory()Return the advisor chain factory to use (nevernull).修饰符和类型方法说明voidAdvisedSupport.setInterceptorChainFactory(InterceptorChainFactory interceptorChainFactory) Set the advisor chain factory to use.