Uses of Class
org.codehaus.aspectwerkz.definition.IntroductionDefinition

Packages that use IntroductionDefinition
org.codehaus.aspectwerkz.aspect   
org.codehaus.aspectwerkz.definition   
 

Uses of IntroductionDefinition in org.codehaus.aspectwerkz.aspect
 

Methods in org.codehaus.aspectwerkz.aspect that return IntroductionDefinition
 IntroductionDefinition Introduction.getIntroductionDefinition()
          Returns the definition.
 

Constructors in org.codehaus.aspectwerkz.aspect with parameters of type IntroductionDefinition
Introduction(String name, Class implClass, CrossCuttingInfo crossCuttingInfo, IntroductionDefinition definition)
          Create a new introduction
 

Uses of IntroductionDefinition in org.codehaus.aspectwerkz.definition
 

Methods in org.codehaus.aspectwerkz.definition that return IntroductionDefinition
static IntroductionDefinition DefinitionParserHelper.createIntroductionDefinition(Class mixinClass, String expression, String deploymentModel, AspectDefinition aspectDef)
          Creates an introduction definition.
 

Methods in org.codehaus.aspectwerkz.definition with parameters of type IntroductionDefinition
 void AspectDefinition.addIntroduction(IntroductionDefinition introductionMetaData)
          Adds a new implementation introduction.
 void SystemDefinition.addIntroductionDefinition(IntroductionDefinition introDef)
          Adds a new mixin definition.
 



Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.