org.objectweb.dream.control.factory
Class LocationFactoryMixin

java.lang.Object
  extended by org.objectweb.dream.control.factory.LocationFactoryMixin

public abstract class LocationFactoryMixin
extends Object

Initialize the LocationControllerof the created components.


Field Summary
 Component _this_weaveableC
          The weaveableC field required by this mixin.
 
Method Summary
abstract  Component _super_newFcInstance(Type type, Object controllerDesc, Object contentDesc)
          The newFcInstance method overriden by this mixin.
 Component newFcInstance(Type type, Object controllerDesc, Object contentDesc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_this_weaveableC

public Component _this_weaveableC
The weaveableC field required by this mixin. This field is supposed to reference the Componentinterface of the component to which this controller object belongs.

Method Detail

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.