org.codehaus.aspectwerkz.attribdef.definition.attribute
Class BeforeAttribute

java.lang.Object
  extended byorg.codehaus.aspectwerkz.attribdef.definition.attribute.AbstractAdviceAttribute
      extended byorg.codehaus.aspectwerkz.attribdef.definition.attribute.BeforeAttribute
All Implemented Interfaces:
Attribute, java.io.Serializable

public class BeforeAttribute
extends AbstractAdviceAttribute

Attribute for the Before Advice construct.

Author:
Jonas Bonér
See Also:
Serialized Form

Constructor Summary
BeforeAttribute(java.lang.String name, java.lang.String expression)
          Create an Before attribute.
 
Methods inherited from class org.codehaus.aspectwerkz.attribdef.definition.attribute.AbstractAdviceAttribute
getExpression, getName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeforeAttribute

public BeforeAttribute(java.lang.String name,
                       java.lang.String expression)
Create an Before attribute.

Parameters:
name - the name of the advice
expression - the expression for the advice


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