The Spring Framework

Uses of Class
org.springframework.aop.aspectj.AspectJExpressionPointcut

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()
           
 

Constructors in org.springframework.aop.aspectj with parameters of type AspectJExpressionPointcut
AbstractAspectJAdvice(Method aspectJAdviceMethod, AspectJExpressionPointcut pointcutExpression, AspectInstanceFactory aif)
           
AspectJAfterAdvice(Method aspectJBeforeAdviceMethod, AspectJExpressionPointcut pointcut, AspectInstanceFactory aif)
           
AspectJAfterReturningAdvice(Method aspectJBeforeAdviceMethod, AspectJExpressionPointcut pointcut, AspectInstanceFactory aif)
           
AspectJAfterThrowingAdvice(Method aspectJBeforeAdviceMethod, AspectJExpressionPointcut pointcut, AspectInstanceFactory aif)
           
AspectJAroundAdvice(Method aspectJAroundAdviceMethod, AspectJExpressionPointcut pointcut, AspectInstanceFactory aif)
           
AspectJMethodBeforeAdvice(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(Method annotatedMethod, Class declarationScope, String[] pointcutParameterNames)
          The pointcut and advice annotations both have an "argNames" member which contains a comma-separated list of the argument names.
 AspectJExpressionPointcut InstantiationModelAwarePointcutAdvisorImpl.getDeclaredPointcut()
           
 

Methods in org.springframework.aop.aspectj.annotation with parameters of type AspectJExpressionPointcut
 Advice ReflectiveAspectJAdvisorFactory.getAdvice(Method candidateAspectJAdviceMethod, AspectJExpressionPointcut ajexp, MetadataAwareAspectInstanceFactory aif, int declarationOrderInAspect, String aspectName)
          Return null if the method is not an AspectJ advice method or if it is a pointcut that will be used by other advice but will not create a Springt advice in its own right.
 Advice AspectJAdvisorFactory.getAdvice(Method candidateAspectJAdviceMethod, AspectJExpressionPointcut pointcut, MetadataAwareAspectInstanceFactory aif, int declarationOrderInAspect, String aspectName)
          TODO: javadoc
 

Constructors in org.springframework.aop.aspectj.annotation with parameters of type AspectJExpressionPointcut
InstantiationModelAwarePointcutAdvisorImpl(AspectJAdvisorFactory af, AspectJExpressionPointcut ajexp, MetadataAwareAspectInstanceFactory aif, Method method, int declarationOrderInAspect, String aspectName)
           
 


The Spring Framework

Copyright © 2002-2006 The Spring Framework.