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

All Implemented Interfaces:
    ExpressionPointcut, Serializable

Direct Known Subclasses:
    AspectJExpressionPointcut

Abstract superclass for expression pointcuts, offering location and expression properties.
Method from org.springframework.aop.support.AbstractExpressionPointcut Summary:
getExpression,   getLocation,   onSetExpression,   setExpression,   setLocation
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.aop.support.AbstractExpressionPointcut Detail:
 public String getExpression() 
    Return this pointcut's expression.
 public String getLocation() 
    Return location information about the pointcut expression if available. This is useful in debugging.
 protected  void onSetExpression(String expression) throws IllegalArgumentException 
    Called when a new pointcut expression is set. The expression should be parsed at this point if possible.

    This implementation is empty.

 public  void setExpression(String expression) 
 public  void setLocation(String location) 
    Set the location for debugging.