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

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

The Spring Framework

Uses of Interface
org.springframework.aop.AfterReturningAdvice

Packages that use AfterReturningAdvice
org.springframework.aop.aspectj AspectJ integration package. 
org.springframework.aop.framework.adapter SPI package allowing Spring AOP framework to handle arbitrary advice types. 
 

Uses of AfterReturningAdvice in org.springframework.aop.aspectj
 

Classes in org.springframework.aop.aspectj that implement AfterReturningAdvice
 class AspectJAfterReturningAdvice
          Spring AOP advice wrapping an AspectJ after-returning advice method.
 

Uses of AfterReturningAdvice in org.springframework.aop.framework.adapter
 

Constructors in org.springframework.aop.framework.adapter with parameters of type AfterReturningAdvice
AfterReturningAdviceInterceptor(AfterReturningAdvice advice)
          Create a new AfterReturningAdviceInterceptor for the given advice.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.