Uses of Interface
org.springframework.aop.IntroductionInfo

Packages that use IntroductionInfo
org.springframework.aop Core Spring AOP interfaces, built on AOP Alliance AOP interoperability interfaces.  
org.springframework.aop.support Convenience classes for using Spring's AOP API. 
 

Uses of IntroductionInfo in org.springframework.aop
 

Subinterfaces of IntroductionInfo in org.springframework.aop
 interface IntroductionAdvisor
          Superinterface for advisors that perform one or more AOP introductions.
 

Uses of IntroductionInfo in org.springframework.aop.support
 

Classes in org.springframework.aop.support that implement IntroductionInfo
 class DefaultIntroductionAdvisor
          Simple IntroductionAdvisor implementation that by default applies to any class.
 class DelegatingIntroductionInterceptor
          Convenient implementation of the IntroductionInterceptor interface.
 class IntroductionInfoSupport
          Support for implementations of IntroductionAdvice.
 

Constructors in org.springframework.aop.support with parameters of type IntroductionInfo
DefaultIntroductionAdvisor(Advice advice, IntroductionInfo introductionInfo)
          Wrap the given interceptor and introduce all interfaces.
 



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