当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
IntroductionInterceptor (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.aop
Interface IntroductionInterceptor
- All Superinterfaces:
- Advice, DynamicIntroductionAdvice, Interceptor, MethodInterceptor
- All Known Implementing Classes:
- DelegatePerTargetObjectIntroductionInterceptor, DelegatingIntroductionInterceptor
public interface IntroductionInterceptor
- extends MethodInterceptor, DynamicIntroductionAdvice
Subinterface of AOP Alliance MethodInterceptor that allows additional interfaces
to be implemented by the interceptor, and available via a proxy using that
interceptor. This is a fundamental AOP concept called introduction.
Introductions are often mixins, enabling the building of composite
objects that can achieve many of the goals of multiple inheritance in Java.
- Author:
- Rod Johnson
- See Also:
DynamicIntroductionAdvice
Copyright © 2002-2007 The Spring Framework.