Uses of Interface
org.springframework.aop.AfterReturningAdvice

Packages that use AfterReturningAdvice
org.springframework.aop.framework Package containing Spring's basic AOP infrastructure, compliant with the AOP Alliance interfaces.  
org.springframework.aop.framework.adapter SPI package allowing Spring AOP framework to handle arbitrary advice types.  
 

Uses of AfterReturningAdvice in org.springframework.aop.framework
 

Methods in org.springframework.aop.framework with parameters of type AfterReturningAdvice
 void Advised.addAfterReturningAdvice(AfterReturningAdvice afterReturningAdvice)
          Deprecated. in favor of addAdvice
 void AdvisedSupport.addAfterReturningAdvice(AfterReturningAdvice ara)
          Deprecated. in favor of addAdvice
 

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

Constructors in org.springframework.aop.framework.adapter with parameters of type AfterReturningAdvice
AfterReturningAdviceInterceptor(AfterReturningAdvice advice)
           
 



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