Uses of Interface
org.springframework.aop.IntroductionAdvisor

Packages that use IntroductionAdvisor
org.springframework.aop.framework Package containing Spring's basic AOP infrastructure, compliant with the AOP Alliance interfaces. 
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.framework
 

Methods in org.springframework.aop.framework with parameters of type IntroductionAdvisor
 void AdvisedSupport.addAdvisor(int pos, IntroductionAdvisor advisor)
           
 

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 case to ThreadLocalInvokerStats.
 



Copyright (C) 2003-2004 The Spring Framework Project.