org.codehaus.aspectwerkz.definition
Class AttributeTag

java.lang.Object
  extended byorg.codehaus.aspectwerkz.definition.AttributeTag

public class AttributeTag
extends java.lang.Object

Holds the attribute tag definitions.

Author:
Jonas Bonér

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

INTRODUCTION_DEF

public static final java.lang.String INTRODUCTION_DEF
The name of the introduction definition tag.

See Also:
Constant Field Values

ADVICE_DEF

public static final java.lang.String ADVICE_DEF
The name of the advice definition tag.

See Also:
Constant Field Values

ADVICE_PARAM

public static final java.lang.String ADVICE_PARAM
The name of the advice param tag.

See Also:
Constant Field Values

INTRODUCTION

public static final java.lang.String INTRODUCTION
The name of the introduction attributes tag.

See Also:
Constant Field Values

METHOD

public static final java.lang.String METHOD
The name of the method attributes tag.

See Also:
Constant Field Values

SET_FIELD

public static final java.lang.String SET_FIELD
The name of the set field attributes tag.

See Also:
Constant Field Values

GET_FIELD

public static final java.lang.String GET_FIELD
The name of the get field attributes tag.

See Also:
Constant Field Values

THROWS

public static final java.lang.String THROWS
The name of the throws attributes tag.

See Also:
Constant Field Values

CALLER_SIDE

public static final java.lang.String CALLER_SIDE
The name of the caller side attributes tag.

See Also:
Constant Field Values

CFLOW

public static final java.lang.String CFLOW
The name of the cflow attributes tag.

See Also:
Constant Field Values

CONTROLLER

public static final java.lang.String CONTROLLER
The name of the controller that controls the execution model of the advice chain.

See Also:
Constant Field Values
Constructor Detail

AttributeTag

public AttributeTag()


Copyright (c) 2002-2004 The AspectWerkz Team. All Rights Reserved.