|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.attribdef.definition.attribute.AbstractAdviceAttribute
Abstract advice attribute class.
Constructor Summary | |
AbstractAdviceAttribute(java.lang.String name,
java.lang.String expression)
Create an AbstractAdviceAttribute attribute. |
Method Summary | |
java.lang.String |
getExpression()
Return the expression. |
java.lang.String |
getName()
Returns the name of the advice. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractAdviceAttribute(java.lang.String name, java.lang.String expression)
name
- the name of the adviceexpression
- the pointcut for the adviceMethod Detail |
public java.lang.String getName()
public java.lang.String getExpression()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |