| Package | Description |
|---|---|
| org.springframework.aop.framework |
| Modifier and Type | Method and Description |
|---|---|
void |
Advised.addAdvice(org.aopalliance.aop.Advice advice)
Add the given AOP Alliance advice to the tail of the advice (interceptor) chain.
|
void |
AdvisedSupport.addAdvice(org.aopalliance.aop.Advice advice) |
void |
Advised.addAdvice(int pos,
org.aopalliance.aop.Advice advice)
Add the given AOP Alliance Advice at the specified position in the advice chain.
|
void |
AdvisedSupport.addAdvice(int pos,
org.aopalliance.aop.Advice advice)
Cannot add introductions this way unless the advice implements IntroductionInfo.
|
void |
Advised.addAdvisor(Advisor advisor)
Add an advisor at the end of the advisor chain.
|
void |
Advised.addAdvisor(int pos,
Advisor advisor)
Add an Advisor at the specified position in the chain.
|
void |
AdvisedSupport.addAdvisor(int pos,
Advisor advisor) |
boolean |
AdvisedSupport.removeAdvice(org.aopalliance.aop.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) |
Copyright © 2025. All rights reserved.