站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Interface org.springframework.aop.IntroductionAdvisor (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Interface
org.springframework.aop.IntroductionAdvisor

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

Copyright © 2002-2007 The Spring Framework.