|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.dream.control.location.BasicLocationControllerMixin
public abstract class BasicLocationControllerMixin
Basic Implementation of the LocationController
.
Field Summary | |
---|---|
ContentController |
_this_weaveableOptCC
The weaveableOptCC field required by this mixin. |
protected Component |
myBootstrap
|
Method Summary | |
---|---|
Component[] |
getBootstraps()
Returns an array of the Component interface of bootstrap
components where the component is located. |
void |
setCreationBootstrap(Component bootstrap)
Method used by the bootstrap component during the initialisation of the component. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Component myBootstrap
public ContentController _this_weaveableOptCC
ContentController
interface of the
component to which this controller object belongs.
Method Detail |
---|
public Component[] getBootstraps()
LocationController
Component
interface of bootstrap
components where the component is located. If the component this controller
belongs is a primitive component, this array contains one element : the
bootstrap used to create it. If the component is a composite component, the
returned array contains the bootstrap used to create it (at first element)
and every bootstraps of its sub components.
getBootstraps
in interface LocationController
Component
interface of bootstrap
components where the component is located.LocationController.getBootstraps()
public void setCreationBootstrap(Component bootstrap)
LocationController
setCreationBootstrap
in interface LocationController
bootstrap
- the bootstrap component interface that creates the
component, this controller belongs.LocationController.setCreationBootstrap(Component)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |