org.ow2.jasmine.jade.fractal.adl.attributes
Class FractalAttributeBuilder

java.lang.Object
  extended by org.objectweb.fractal.adl.attributes.JavaAttributeBuilder
      extended by org.objectweb.fractal.adl.attributes.FractalAttributeBuilder
          extended by org.ow2.jasmine.jade.fractal.adl.attributes.FractalAttributeBuilder
All Implemented Interfaces:
org.objectweb.fractal.adl.attributes.AttributeBuilder

public class FractalAttributeBuilder
extends org.objectweb.fractal.adl.attributes.FractalAttributeBuilder

A Fractal based implementation of the AttributeBuilder interface. This builder replace the standard builder to provide a support for generic attribute controller.

Author:
Noel de palma

Constructor Summary
FractalAttributeBuilder()
           
 
Method Summary
 void setAttribute(java.lang.Object component, java.lang.String attributeController, java.lang.String name, java.lang.String value, java.lang.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(java.lang.Object component,
                         java.lang.String attributeController,
                         java.lang.String name,
                         java.lang.String value,
                         java.lang.Object context)
                  throws java.lang.Exception
Specified by:
setAttribute in interface org.objectweb.fractal.adl.attributes.AttributeBuilder
Overrides:
setAttribute in class org.objectweb.fractal.adl.attributes.FractalAttributeBuilder
Throws:
java.lang.Exception


Copyright © 2008 OW2 Consortium. All Rights Reserved.