Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » aop » aspectj » [javadoc | source]
org.springframework.aop.aspectj
public class: AspectJExpressionPointcutAdvisor [javadoc | source]
java.lang.Object
   org.springframework.aop.support.AbstractPointcutAdvisor
      org.springframework.aop.support.AbstractGenericPointcutAdvisor
         org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor

All Implemented Interfaces:
    Ordered, PointcutAdvisor, Serializable

Spring AOP Advisor that can be used for any AspectJ pointcut expression.
Method from org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor Summary:
getExpression,   getLocation,   getPointcut,   setExpression,   setLocation,   setParameterNames,   setParameterTypes
Methods from org.springframework.aop.support.AbstractGenericPointcutAdvisor:
getAdvice,   setAdvice,   toString
Methods from org.springframework.aop.support.AbstractPointcutAdvisor:
equals,   getOrder,   hashCode,   isPerInstance,   setOrder
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor Detail:
 public String getExpression() 
 public String getLocation() 
 public Pointcut getPointcut() 
 public  void setExpression(String expression) 
 public  void setLocation(String location) 
 public  void setParameterNames(String[] names) 
 public  void setParameterTypes(Class[] types)