|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.jade.fractal.julia.control.genericattribute.GenericCompositeAttributeControllerMixin
public abstract class GenericCompositeAttributeControllerMixin
Provide a basic implementation of the GenericAttributeController
interface. This mixin is used for composite component. Attributes are stored
in an hashtable
| Field Summary | |
|---|---|
org.objectweb.fractal.api.control.ContentController |
_this_weaveableCC
|
| Method Summary | |
|---|---|
abstract void |
_super_initFcController(org.objectweb.fractal.julia.InitializationContext ic)
|
java.lang.String |
getAttribute(java.lang.String name)
retrieve an attribute identified by its name. |
void |
initFcController(org.objectweb.fractal.julia.InitializationContext ic)
|
java.lang.String[] |
listFcAtt()
Returns the names of the attribute of the component to which this interface belongs. |
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 metalevel (resp. the exec 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 |
| Field Detail |
|---|
public org.objectweb.fractal.api.control.ContentController _this_weaveableCC
| Method Detail |
|---|
public void initFcController(org.objectweb.fractal.julia.InitializationContext ic)
throws org.objectweb.fractal.api.factory.InstantiationException
initFcController in interface org.objectweb.fractal.julia.Controllerorg.objectweb.fractal.api.factory.InstantiationException
public java.lang.String getAttribute(java.lang.String name)
throws NoSuchAttributeException
getAttribute in interface GenericAttributeControllername - the name of the attribute to read.
NoSuchAttributeException - if the given attribute is unknow.
public void setAttribute(java.lang.String name,
java.lang.String value)
throws NoSuchAttributeException
setAttribute in interface GenericAttributeControllername - the name of the attribute to read.value - the value of the attribute.
NoSuchAttributeException - if the given attribute is unknow.public java.lang.String[] listFcAtt()
listFcAtt in interface GenericAttributeController
public void setAttributeNotification(java.lang.String name,
java.lang.String value)
throws NoSuchAttributeException
name - the name of the attribute to read.value - the value of the attribute.
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
org.objectweb.fractal.api.factory.InstantiationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||