org.objectweb.fractal.adl.attributes
Class FractalAttributeBuilder

java.lang.Object
  extended byorg.objectweb.fractal.adl.attributes.JavaAttributeBuilder
      extended byorg.objectweb.fractal.adl.attributes.FractalAttributeBuilder
All Implemented Interfaces:
AttributeBuilder

public class FractalAttributeBuilder
extends JavaAttributeBuilder

A Fractal based implementation of the AttributeBuilder interface. This implementation uses the Fractal API to set component attributes.


Constructor Summary
FractalAttributeBuilder()
           
 
Method Summary
 void setAttribute(Object component, String attributeController, String name, String value, Object context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FractalAttributeBuilder

public FractalAttributeBuilder()
Method Detail

setAttribute

public void setAttribute(Object component,
                         String attributeController,
                         String name,
                         String value,
                         Object context)
                  throws Exception
Specified by:
setAttribute in interface AttributeBuilder
Overrides:
setAttribute in class JavaAttributeBuilder
Throws:
Exception