类 AspectJExpressionPointcutAdvisor
java.lang.Object
infra.core.OrderedSupport
infra.aop.support.AbstractPointcutAdvisor
infra.aop.support.AbstractGenericPointcutAdvisor
infra.aop.aspectj.AspectJExpressionPointcutAdvisor
- 所有已实现的接口:
Advisor,PointcutAdvisor,infra.beans.factory.Aware,infra.beans.factory.BeanFactoryAware,infra.core.Ordered,Serializable
public class AspectJExpressionPointcutAdvisor
extends AbstractGenericPointcutAdvisor
implements infra.beans.factory.BeanFactoryAware
Framework AOP Advisor that can be used for any AspectJ pointcut expression.
- 从以下版本开始:
- 4.0
- 作者:
- Rob Harrop
- 另请参阅:
-
字段概要
字段从类继承的字段 infra.core.OrderedSupport
order从接口继承的字段 infra.aop.Advisor
EMPTY_ADVICE从接口继承的字段 infra.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Get the Pointcut that drives this advisor.voidsetBeanFactory(infra.beans.factory.BeanFactory beanFactory) voidsetExpression(String expression) voidsetLocation(String location) voidsetParameterNames(String... names) voidsetParameterTypes(Class<?>... types) 从类继承的方法 infra.aop.support.AbstractGenericPointcutAdvisor
getAdvice, setAdvice, toString从类继承的方法 infra.aop.support.AbstractPointcutAdvisor
equals, getOrder, hashCode从类继承的方法 infra.core.OrderedSupport
setOrder从接口继承的方法 infra.aop.Advisor
isPerInstance
-
字段详细资料
-
pointcut
-
-
构造器详细资料
-
AspectJExpressionPointcutAdvisor
public AspectJExpressionPointcutAdvisor()
-
-
方法详细资料
-
setExpression
-
getExpression
-
setLocation
-
getLocation
-
setParameterNames
-
setParameterTypes
-
setBeanFactory
public void setBeanFactory(infra.beans.factory.BeanFactory beanFactory) - 指定者:
setBeanFactory在接口中infra.beans.factory.BeanFactoryAware
-
getPointcut
从接口复制的说明:PointcutAdvisorGet the Pointcut that drives this advisor.- 指定者:
getPointcut在接口中PointcutAdvisor
-