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.  
 

Uses of AfterReturningAdvice in org.springframework.aop.framework
 

Methods in org.springframework.aop.framework with parameters of type AfterReturningAdvice
 void AdvisedSupport.addAfterReturningAdvice(AfterReturningAdvice ara)
           
 void Advised.addAfterReturningAdvice(AfterReturningAdvice afterReturningAdvice)
          Add an AfterReturningAdvice to the tail of the advice chain
 



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