|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AspectJExpressionPointcut | |
---|---|
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 AspectJExpressionPointcut in org.springframework.aop.aspectj |
---|
Methods in org.springframework.aop.aspectj that return AspectJExpressionPointcut | |
---|---|
AspectJExpressionPointcut |
AbstractAspectJAdvice.getPointcut()
Return the AspectJ expression pointcut. |
Constructors in org.springframework.aop.aspectj with parameters of type AspectJExpressionPointcut | |
---|---|
AbstractAspectJAdvice(java.lang.reflect.Method aspectJAdviceMethod,
AspectJExpressionPointcut pointcut,
AspectInstanceFactory aspectInstanceFactory)
Create a new AbstractAspectJAdvice for the given advice method. |
|
AspectJAfterAdvice(java.lang.reflect.Method aspectJBeforeAdviceMethod,
AspectJExpressionPointcut pointcut,
AspectInstanceFactory aif)
|
|
AspectJAfterReturningAdvice(java.lang.reflect.Method aspectJBeforeAdviceMethod,
AspectJExpressionPointcut pointcut,
AspectInstanceFactory aif)
|
|
AspectJAfterThrowingAdvice(java.lang.reflect.Method aspectJBeforeAdviceMethod,
AspectJExpressionPointcut pointcut,
AspectInstanceFactory aif)
|
|
AspectJAroundAdvice(java.lang.reflect.Method aspectJAroundAdviceMethod,
AspectJExpressionPointcut pointcut,
AspectInstanceFactory aif)
|
|
AspectJMethodBeforeAdvice(java.lang.reflect.Method aspectJBeforeAdviceMethod,
AspectJExpressionPointcut pointcut,
AspectInstanceFactory aif)
|
Uses of AspectJExpressionPointcut in org.springframework.aop.aspectj.annotation |
---|
Methods in org.springframework.aop.aspectj.annotation that return AspectJExpressionPointcut | |
---|---|
protected AspectJExpressionPointcut |
AbstractAspectJAdvisorFactory.createPointcutExpression(java.lang.reflect.Method annotatedMethod,
java.lang.Class declarationScope,
java.lang.String[] pointcutParameterNames)
The pointcut and advice annotations both have an "argNames" member which contains a comma-separated list of the argument names. |
Methods in org.springframework.aop.aspectj.annotation with parameters of type AspectJExpressionPointcut | |
---|---|
org.aopalliance.aop.Advice |
ReflectiveAspectJAdvisorFactory.getAdvice(java.lang.reflect.Method candidateAdviceMethod,
AspectJExpressionPointcut ajexp,
MetadataAwareAspectInstanceFactory aif,
int declarationOrderInAspect,
java.lang.String aspectName)
|
org.aopalliance.aop.Advice |
AspectJAdvisorFactory.getAdvice(java.lang.reflect.Method candidateAdviceMethod,
AspectJExpressionPointcut pointcut,
MetadataAwareAspectInstanceFactory aif,
int declarationOrderInAspect,
java.lang.String aspectName)
Build a Spring AOP Advice for the given AspectJ advice method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |