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

Packages that use MixinDefinition
org.codehaus.aspectwerkz.annotation   
org.codehaus.aspectwerkz.aspect.management   
org.codehaus.aspectwerkz.definition   
 

Uses of MixinDefinition in org.codehaus.aspectwerkz.annotation
 

Methods in org.codehaus.aspectwerkz.annotation with parameters of type MixinDefinition
static void MixinAnnotationParser.parse(ClassInfo classInfo, MixinDefinition mixinDef)
          Parse the attributes and create and return a meta-data representation of them.
 

Uses of MixinDefinition in org.codehaus.aspectwerkz.aspect.management
 

Methods in org.codehaus.aspectwerkz.aspect.management that return MixinDefinition
static MixinDefinition Mixins.getMixinDefinition(Class mixinClass, ClassLoader visibleFrom)
          Lookups a mixin definition based on the mixin impl class and a classloader from where the mixin is visible.
 

Uses of MixinDefinition in org.codehaus.aspectwerkz.definition
 

Methods in org.codehaus.aspectwerkz.definition that return MixinDefinition
static MixinDefinition DefinitionParserHelper.createAndAddMixinDefToSystemDef(ClassInfo mixinClassInfo, String expression, DeploymentModel deploymentModel, boolean isTransient, SystemDefinition systemDef)
          Creates and add mixin definition to system definition.
static MixinDefinition DefinitionParserHelper.createMixinDefinition(ClassInfo mixinClassInfo, String expression, DeploymentModel deploymentModel, boolean isTransient, SystemDefinition systemDef)
          Creates an introduction definition.
 

Methods in org.codehaus.aspectwerkz.definition with parameters of type MixinDefinition
 void SystemDefinition.addMixinDefinition(MixinDefinition mixinDef)
          Adds a new mixin definition.
 



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