|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.jade.reflex.control.attribute.ReflexGenericAttributeControllerMixin
public abstract class ReflexGenericAttributeControllerMixin
Provide a basic implementation of the GenericAttributeController and GenericAttributeControllerNotification. This mixin is used for component which have an implementation. This mixin is used for example by jade primitive component.
| Field Summary | |
|---|---|
ReflexController |
_this_weaveableOptRC
The weaveableOptRC field required by this mixin. |
| Method Summary | |
|---|---|
abstract void |
_super_initFcController(org.objectweb.fractal.julia.InitializationContext ic)
The initFcController method overriden
by this mixin. |
abstract void |
_super_setAttribute(java.lang.String name,
java.lang.String value)
The setAttribute method
overriden by this mixin. |
void |
initFcController(org.objectweb.fractal.julia.InitializationContext ic)
Initializes the fields of this mixin and then calls the overriden method. |
void |
setAttribute(java.lang.String name,
java.lang.String value)
set the value of an attribute identified by its name and notify the update to the dual level. |
void |
setAttributeNotification(java.lang.String name,
java.lang.String value)
Set the value of an attribute identified by its name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.ow2.jasmine.jade.fractal.api.control.GenericAttributeController |
|---|
getAttribute, listFcAtt |
| Field Detail |
|---|
public ReflexController _this_weaveableOptRC
ReflexController interface of the
component to which this controller object belongs.
| Method Detail |
|---|
public void initFcController(org.objectweb.fractal.julia.InitializationContext ic)
throws org.objectweb.fractal.api.factory.InstantiationException
ic - information about the component to which this controller
object belongs.
org.objectweb.fractal.api.factory.InstantiationException - if the initialization fails.
public void setAttribute(java.lang.String name,
java.lang.String value)
throws org.ow2.jasmine.jade.fractal.api.control.NoSuchAttributeException
setAttribute in interface org.ow2.jasmine.jade.fractal.api.control.GenericAttributeControllername - the name of the attribute to read.value - the value of the attribute.
org.ow2.jasmine.jade.fractal.api.control.NoSuchAttributeException - if the given attribute is unknow.
public void setAttributeNotification(java.lang.String name,
java.lang.String value)
throws org.ow2.jasmine.jade.fractal.api.control.NoSuchAttributeException
setAttributeNotification in interface GenericAttributeNotificationControllername - the name of the attribute to read.value - the value of the attribute.
org.ow2.jasmine.jade.fractal.api.control.NoSuchAttributeException - if the given attribute is unknow.
public abstract void _super_initFcController(org.objectweb.fractal.julia.InitializationContext ic)
throws org.objectweb.fractal.api.factory.InstantiationException
initFcController method overriden
by this mixin.
org.objectweb.fractal.api.factory.InstantiationException
public abstract void _super_setAttribute(java.lang.String name,
java.lang.String value)
setAttribute method
overriden by this mixin.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||