Uses of Interface
org.codehaus.aspectwerkz.aspect.MixinFactory

Packages that use MixinFactory
org.codehaus.aspectwerkz.aspect   
org.codehaus.aspectwerkz.aspect.management   
 

Uses of MixinFactory in org.codehaus.aspectwerkz.aspect
 

Classes in org.codehaus.aspectwerkz.aspect that implement MixinFactory
 class AbstractMixinFactory
          Abstract base class for the mixin container implementations.
 class DefaultMixinFactory
          Abstract base class for the mixin factory implementations.
 

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

Methods in org.codehaus.aspectwerkz.aspect.management that return MixinFactory
static MixinFactory Mixins.getFactory(Class mixinClass, ClassLoader mixinCalledFromLoader)
          Returns the mixin factory for the mixin with the given name.
 



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