org.objectweb.dream.control.factory
Class LocationFactoryMixin
java.lang.Object
org.objectweb.dream.control.factory.LocationFactoryMixin
public abstract class LocationFactoryMixin
- extends Object
Initialize the LocationController
of the created components.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_this_weaveableC
public Component _this_weaveableC
- The weaveableC field required by this mixin. This field is
supposed to reference the
Component
interface of the component to
which this controller object belongs.
newFcInstance
public Component newFcInstance(Type type,
Object controllerDesc,
Object contentDesc)
throws InstantiationException
- Throws:
InstantiationException
- See Also:
GenericFactory.newFcInstance(Type,
Object, Object)
_super_newFcInstance
public abstract Component _super_newFcInstance(Type type,
Object controllerDesc,
Object contentDesc)
throws InstantiationException
- The
newFcInstance
method overriden by this mixin.
- Throws:
InstantiationException
- See Also:
newFcInstance
Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.