org.objectweb.fractal.adl.implementations
Interface ImplementationBuilder
- FractalImplementationBuilder, JavaImplementationBuilder, StaticFractalImplementationBuilder, StaticJavaImplementationBuilder
public interface ImplementationBuilder
A builder interface 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