| java.lang.Object | |
| ↳ | org.springframework.aop.support.AbstractExpressionPointcut |
Known Direct Subclasses
|
Abstract superclass for expression pointcuts, offering location and expression properties.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.springframework.aop.Pointcut
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return this pointcut's expression.
| |||||||||||
Return location information about the pointcut expression
if available.
| |||||||||||
Set the location for debugging.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Called when a new pointcut expression is set.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.aop.Pointcut
| |||||||||||
From interface
org.springframework.aop.support.ExpressionPointcut
| |||||||||||
Return location information about the pointcut expression if available. This is useful in debugging.
null if none is available
Called when a new pointcut expression is set. The expression should be parsed at this point if possible.
This implementation is empty.
| expression | expression to set |
|---|
| IllegalArgumentException | if the expression is invalid |
|---|