Uses of Interface
org.springframework.aop.MethodBeforeAdvice

Packages that use MethodBeforeAdvice
org.springframework.aop.framework Package containing Spring's basic AOP infrastructure, compliant with the AOP Alliance interfaces.  
 

Uses of MethodBeforeAdvice in org.springframework.aop.framework
 

Methods in org.springframework.aop.framework with parameters of type MethodBeforeAdvice
 void AdvisedSupport.addBeforeAdvice(MethodBeforeAdvice ba)
           
 void Advised.addBeforeAdvice(MethodBeforeAdvice beforeAdvice)
          Add a MethodBeforeAdvice to the tail of the advice chain
 



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