org.objectweb.fractal.adl.implementations
Class StaticFractalImplementationBuilder
java.lang.Object
org.objectweb.fractal.adl.implementations.StaticFractalImplementationBuilder
- ImplementationBuilder
public class StaticFractalImplementationBuilder
A Fractal based, static implementation of the
ImplementationBuilder
interface. This implementation produces Java code that uses the Fractal API
to create components.
Object | createComponent(Object type, String name, String definition, Object controllerDesc, Object contentDesc, Object context)
|
createComponent
public Object createComponent(Object type,
String name,
String definition,
Object controllerDesc,
Object contentDesc,
Object context)
throws Exception
- createComponent in interface ImplementationBuilder