|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntroductionAdvisor | |
---|---|
org.springframework.aop.aspectj | AspectJ integration package. |
org.springframework.aop.support | Convenience classes for using Spring's AOP API. |
org.springframework.aop.target | This package contains implementations of the org.springframework.aop.TargetSource interface. |
Uses of IntroductionAdvisor in org.springframework.aop.aspectj |
---|
Classes in org.springframework.aop.aspectj that implement IntroductionAdvisor | |
---|---|
class |
DeclareParentsAdvisor
Introduction advisor delegating to the given object. |
Uses of IntroductionAdvisor in org.springframework.aop.support |
---|
Classes in org.springframework.aop.support that implement IntroductionAdvisor | |
---|---|
class |
DefaultIntroductionAdvisor
Simple IntroductionAdvisor implementation
that by default applies to any class. |
Uses of IntroductionAdvisor in org.springframework.aop.target |
---|
Methods in org.springframework.aop.target that return IntroductionAdvisor | |
---|---|
IntroductionAdvisor |
ThreadLocalTargetSource.getStatsMixin()
Return an introduction advisor mixin that allows the AOP proxy to be cast to ThreadLocalInvokerStats. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |