|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.aspect.AbstractMixinFactory
org.codehaus.aspectwerkz.aspect.DefaultMixinFactory
public class DefaultMixinFactory
Abstract base class for the mixin factory implementations.
Field Summary |
---|
Fields inherited from class org.codehaus.aspectwerkz.aspect.AbstractMixinFactory |
---|
m_defaultConstructor, m_deploymentModel, m_mixinClass, m_perClassConstructor, m_perInstanceConstructor |
Constructor Summary | |
---|---|
DefaultMixinFactory(Class mixinClass,
DeploymentModel deploymentModel)
Creates a new default mixin factory. |
Method Summary | |
---|---|
Object |
mixinOf()
Creates a new perJVM mixin instance. |
Object |
mixinOf(Class klass)
Creates a new perClass mixin instance. |
Object |
mixinOf(Object instance)
Creates a new perInstance mixin instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultMixinFactory(Class mixinClass, DeploymentModel deploymentModel)
mixinClass
- deploymentModel
- Method Detail |
---|
public Object mixinOf()
mixinOf
in interface MixinFactory
mixinOf
in class AbstractMixinFactory
public Object mixinOf(Class klass)
mixinOf
in interface MixinFactory
mixinOf
in class AbstractMixinFactory
klass
-
public Object mixinOf(Object instance)
mixinOf
in interface MixinFactory
mixinOf
in class AbstractMixinFactory
instance
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |