Uses of Class
org.springframework.aop.framework.AopConfigException
Package
Description
Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP.
Package containing Spring's basic AOP infrastructure, compliant with the
AOP Alliance interfaces.
-
Uses of AopConfigException in org.springframework.aop.aspectj.annotation
Modifier and TypeClassDescriptionclass
Extension of AopConfigException thrown when trying to perform an advisor generation operation on a class that is not an AspectJ annotation-style aspect. -
Uses of AopConfigException in org.springframework.aop.framework
Modifier and TypeMethodDescriptionvoid
Add the given AOP Alliance Advice at the specified position in the advice chain.void
Add the given AOP Alliance advice to the tail of the advice (interceptor) chain.void
Cannot add introductions this way unless the advice implements IntroductionInfo.void
void
Advised.addAdvisor
(int pos, Advisor advisor) Add an Advisor at the specified position in the chain.void
Advised.addAdvisor
(Advisor advisor) Add an advisor at the end of the advisor chain.void
AdvisedSupport.addAdvisor
(int pos, Advisor advisor) AopProxyFactory.createAopProxy
(AdvisedSupport config) Create anAopProxy
for the given AOP configuration.DefaultAopProxyFactory.createAopProxy
(AdvisedSupport config) boolean
AdvisedSupport.removeAdvice
(Advice advice) void
Advised.removeAdvisor
(int index) Remove the advisor at the given index.void
AdvisedSupport.removeAdvisor
(int index) boolean
Advised.replaceAdvisor
(Advisor a, Advisor b) Replace the given advisor.boolean
AdvisedSupport.replaceAdvisor
(Advisor a, Advisor b)