|
The Spring Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AspectJPrecedenceInformation | |
|---|---|
| org.springframework.aop.aspectj | AspectJ integration package. |
| org.springframework.aop.aspectj.annotation | Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP. |
| Uses of AspectJPrecedenceInformation in org.springframework.aop.aspectj |
|---|
| Classes in org.springframework.aop.aspectj that implement AspectJPrecedenceInformation | |
|---|---|
class |
AbstractAspectJAdvice
Superclass for Spring Advices wrapping an AspectJ aspect or 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)
Returns the AspectJPrecedenceInformation provided by this advisor or its advice. |
| Uses of AspectJPrecedenceInformation in org.springframework.aop.aspectj.annotation |
|---|
| Classes in org.springframework.aop.aspectj.annotation that implement AspectJPrecedenceInformation | |
|---|---|
(package private) class |
InstantiationModelAwarePointcutAdvisorImpl
Internal implementation of AspectJPointcutAdvisor Note that there will be one instance of this advisor for each target method. |
|
The Spring Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||