类的使用
infra.aop.framework.AopConfigException
使用AopConfigException的程序包
程序包
说明
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.aspectj.annotation中AopConfigException的使用
修饰符和类型类说明classExtension of AopConfigException thrown when trying to perform an advisor generation operation on a class that is not an AspectJ annotation-style aspect. -
infra.aop.framework中AopConfigException的使用
修饰符和类型方法说明voidAdd the given AOP Alliance Advice at the specified position in the advice chain.voidAdd the given AOP Alliance advice to the tail of the advice (interceptor) chain.voidCannot add introductions this way unless the advice implements IntroductionInfo.voidvoidAdvised.addAdvisor(int pos, Advisor advisor) Add an Advisor at the specified position in the chain.voidAdvised.addAdvisor(Advisor advisor) Add an advisor at the end of the advisor chain.(专用程序包) voidAdvisedSupport.addAdvisorInternal(int pos, Advisor advisor) AopProxyFactory.createAopProxy(AdvisedSupport config) Create anAopProxyfor the given AOP configuration.DefaultAopProxyFactory.createAopProxy(AdvisedSupport config) private voidProxyFactoryBean.initializeAdvisorChain()Create the advisor (interceptor) chain.booleanAdvisedSupport.removeAdvice(Advice advice) voidAdvised.removeAdvisor(int index) Remove the advisor at the given index.booleanAdvised.replaceAdvisor(Advisor a, Advisor b) Replace the given advisor.booleanAdvisedSupport.replaceAdvisor(Advisor a, Advisor b)