|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.dream.control.factory.ContentFactoryMixin
public abstract class ContentFactoryMixin
Mixin which adds created component as sub component of the component this controller belong.
Field Summary | |
---|---|
Component |
_this_weaveableC
The weaveableC field required by this mixin. |
ContentController |
_this_weaveableCC
The weaveableCC 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 |
---|
public Component _this_weaveableC
Component
interface of the component to
which this controller object belongs.
public ContentController _this_weaveableCC
ContentController
interface of the
component to which this controller object belongs.
Method Detail |
---|
public Component newFcInstance(Type type, Object controllerDesc, Object contentDesc) throws InstantiationException
InstantiationException
GenericFactory.newFcInstance(Type,
Object, Object)
public abstract Component _super_newFcInstance(Type type, Object controllerDesc, Object contentDesc) throws InstantiationException
newFcInstance
method overriden by this mixin.
InstantiationException
newFcInstance
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |