java.lang.Object | |
↳ | org.springframework.aop.support.AbstractExpressionPointcut |
![]() |
Abstract superclass for expression pointcuts, offering location and expression properties.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
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 |
---|