|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.definition.AttributeTag
Holds the attribute tag definitions.
Field Summary | |
static java.lang.String |
ADVICE_DEF
The name of the advice definition tag. |
static java.lang.String |
ADVICE_PARAM
The name of the advice param tag. |
static java.lang.String |
CALLER_SIDE
The name of the caller side attributes tag. |
static java.lang.String |
CFLOW
The name of the cflow attributes tag. |
static java.lang.String |
CONTROLLER
The name of the controller that controls the execution model of the advice chain. |
static java.lang.String |
GET_FIELD
The name of the get field attributes tag. |
static java.lang.String |
INTRODUCTION
The name of the introduction attributes tag. |
static java.lang.String |
INTRODUCTION_DEF
The name of the introduction definition tag. |
static java.lang.String |
METHOD
The name of the method attributes tag. |
static java.lang.String |
SET_FIELD
The name of the set field attributes tag. |
static java.lang.String |
THROWS
The name of the throws attributes tag. |
Constructor Summary | |
AttributeTag()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String INTRODUCTION_DEF
public static final java.lang.String ADVICE_DEF
public static final java.lang.String ADVICE_PARAM
public static final java.lang.String INTRODUCTION
public static final java.lang.String METHOD
public static final java.lang.String SET_FIELD
public static final java.lang.String GET_FIELD
public static final java.lang.String THROWS
public static final java.lang.String CALLER_SIDE
public static final java.lang.String CFLOW
public static final java.lang.String CONTROLLER
Constructor Detail |
public AttributeTag()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |