The Spring Framework

Uses of Interface
org.springframework.aop.aspectj.AspectJPrecedenceInformation

Packages that use AspectJPrecedenceInformation
org.springframework.aop.aspectj AspectJ integration package. 
 

Uses of AspectJPrecedenceInformation in org.springframework.aop.aspectj
 

Classes in org.springframework.aop.aspectj that implement AspectJPrecedenceInformation
 class AbstractAspectJAdvice
          Base class for AOP Alliance Advice classes wrapping an AspectJ aspect or an AspectJ-annotated advice method.
 class AspectJAfterAdvice
          Spring AOP advice wrapping an AspectJ after advice method.
 class AspectJAfterReturningAdvice
          Spring AOP advice wrapping an AspectJ after-returning advice method.
 class AspectJAfterThrowingAdvice
          Spring AOP advice wrapping an AspectJ after-throwing advice method.
 class AspectJAroundAdvice
          Spring AOP around advice (MethodInterceptor) that wraps an AspectJ advice method.
 class AspectJMethodBeforeAdvice
          Spring AOP advice that wraps an AspectJ before method.
 

Methods in org.springframework.aop.aspectj that return AspectJPrecedenceInformation
static AspectJPrecedenceInformation AspectJAopUtils.getAspectJPrecedenceInformationFor(Advisor anAdvisor)
          Return the AspectJPrecedenceInformation provided by this advisor or its advice.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.