Package org.codehaus.aspectwerkz.definition

Interface Summary
WeavingRule Interface for the different weaving rules in the definition.
 

Class Summary
AdviceDefinition Holds the advice definition.
AdviceStackDefinition Holds the advice stack definition.
AdviceWeavingRule Handles the advice weaving rule definition.
AspectDefinition Holds the aspect definition.
AspectWerkzDefinition Implements the AspectWerkz definition.
AttributeTag Holds the attribute tag definitions.
ControllerDefinition Holds the controller definition.
DefinitionValidator Validates an AspectWerkz definition, looking for: Class and interface references not found on the CLASSPATH Duplicate aspect, advice, pointcut and introduction definitions Undefined advice and introduction references
IntroductionDefinition Holds the introduction definition.
IntroductionWeavingRule Handles the introduction weaving rule definition.
PointcutDefinition Holds the pointcut definition.
StartupManager Manages the startup procedure, walks through the definition and instantiates the aspects/advices/introduction/pointcuts.
XmlDefinitionParser Parses the XML definition file using dom4j.
 



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