Uses of Interface
org.springframework.aop.IntroductionInterceptor

Packages that use IntroductionInterceptor
org.springframework.aop.support Convenience classes for using Spring's AOP API. 
 

Uses of IntroductionInterceptor in org.springframework.aop.support
 

Classes in org.springframework.aop.support that implement IntroductionInterceptor
 class DelegatingIntroductionInterceptor
          Convenient implementation of the IntroductionInterceptor interface.
 

Constructors in org.springframework.aop.support with parameters of type IntroductionInterceptor
DefaultIntroductionAdvisor(IntroductionInterceptor interceptor)
           
DefaultIntroductionAdvisor(IntroductionInterceptor interceptor, java.lang.Class clazz)
           
 



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