|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.aop.support.AbstractExpressionPointcut
public abstract class AbstractExpressionPointcut
Abstract superclass for expression pointcuts, offering location and expression properties.
setLocation(java.lang.String)
,
setExpression(java.lang.String)
,
Serialized FormField Summary |
---|
Fields inherited from interface org.springframework.aop.Pointcut |
---|
TRUE |
Constructor Summary | |
---|---|
AbstractExpressionPointcut()
|
Method Summary | |
---|---|
String |
getExpression()
Return this pointcut's expression. |
String |
getLocation()
Return location information about the pointcut expression if available. |
protected void |
onSetExpression(String expression)
Called when a new pointcut expression is set. |
void |
setExpression(String expression)
|
void |
setLocation(String location)
Set the location for debugging. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.springframework.aop.Pointcut |
---|
getClassFilter, getMethodMatcher |
Constructor Detail |
---|
public AbstractExpressionPointcut()
Method Detail |
---|
public void setLocation(String location)
public String getLocation()
null
if none is availablepublic void setExpression(String expression)
protected void onSetExpression(String expression) throws IllegalArgumentException
This implementation is empty.
expression
- expression to set
IllegalArgumentException
- if the expression is invalidsetExpression(java.lang.String)
public String getExpression()
getExpression
in interface ExpressionPointcut
|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |