类 AspectJExpressionPointcutAdvisor

java.lang.Object
infra.core.OrderedSupport
所有已实现的接口:
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
另请参阅:
  • 字段详细资料

  • 构造器详细资料

    • AspectJExpressionPointcutAdvisor

      public AspectJExpressionPointcutAdvisor()
  • 方法详细资料

    • setExpression

      public void setExpression(@Nullable String expression)
    • getExpression

      @Nullable public String getExpression()
    • setLocation

      public void setLocation(@Nullable String location)
    • getLocation

      @Nullable public String getLocation()
    • setParameterNames

      public void setParameterNames(String... names)
    • setParameterTypes

      public void setParameterTypes(Class<?>... types)
    • setBeanFactory

      public void setBeanFactory(infra.beans.factory.BeanFactory beanFactory)
      指定者:
      setBeanFactory 在接口中 infra.beans.factory.BeanFactoryAware
    • getPointcut

      public Pointcut getPointcut()
      从接口复制的说明: PointcutAdvisor
      Get the Pointcut that drives this advisor.
      指定者:
      getPointcut 在接口中 PointcutAdvisor