org.objectweb.fractal.adl.attributes
Class StaticFractalAttributeBuilder
java.lang.Object
org.objectweb.fractal.adl.attributes.StaticFractalAttributeBuilder
- AttributeBuilder
public class StaticFractalAttributeBuilder
A Fractal based, static implementation of the
AttributeBuilder
interface. This implementation produces code that uses the Fractal API to
set component attributes.
void | setAttribute(Object component, String attributeController, String name, String value, Object context)
|
setAttribute
public void setAttribute(Object component,
String attributeController,
String name,
String value,
Object context)
throws Exception
- setAttribute in interface AttributeBuilder