|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.objectweb.fractal.julia.control.content.TypeContentMixin
Provides basic type system related checks to a ContentController.
Requirements
Component interface.ComponentType.
| Field Summary | |
|---|---|
Map |
_this_fcInternalInterfaces
The fcInterfaces field required by this mixin. |
Component |
_this_weaveableC
The weaveableC field required by this mixin. |
| Method Summary | |
|---|---|
abstract Object |
_super_getFcInternalInterface(String interfaceName)
The getFcInternalInterface
method overriden by this mixin. |
Object |
getFcInternalInterface(String interfaceName)
Checks the interface name against the component's type and then calls the overriden method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.objectweb.fractal.api.control.ContentController |
|---|
addFcSubComponent, getFcInternalInterfaces, getFcSubComponents, removeFcSubComponent |
| Field Detail |
public Component _this_weaveableC
Component interface of the component to
which this controller object belongs.
public Map _this_fcInternalInterfaces
| Method Detail |
public Object getFcInternalInterface(String interfaceName)
throws NoSuchInterfaceException
_this_fcInternalInterfaces map.
getFcInternalInterface in interface ContentControllerinterfaceName - the name of the internal interface that must be
returned.
NoSuchInterfaceException - if there is no such interface.
public abstract Object _super_getFcInternalInterface(String interfaceName)
throws NoSuchInterfaceException
getFcInternalInterface
method overriden by this mixin.
interfaceName - the name of the internal interface that must be
returned.
NoSuchInterfaceException - if there is no such interface.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||