|
|||||||||
| Home >> All >> com >> aendvari >> cerberus >> component >> [ assembly overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.aendvari.cerberus.component.assembly
Interface AssembledComponent

- public interface AssembledComponent
Defines an interface for a component to be built with a ComponentAssembler.
| Method Summary | |
void |
createComponent(AssemblyContext context,
com.aendvari.cerberus.component.descriptor.ComponentDescriptor descriptor)
Creates the component based on the provided descriptor. |
| Method Detail |
createComponent
public void createComponent(AssemblyContext context, com.aendvari.cerberus.component.descriptor.ComponentDescriptor descriptor)
- Creates the component based on the provided descriptor.
The AssemblyContext object is transient and should not be retained
by the component. However, this may not apply to property objects within the context.
The com.aendvari.cerberus.component.descriptor.ComponentDescriptor may be safely retained by the component.
|
|||||||||
| Home >> All >> com >> aendvari >> cerberus >> component >> [ assembly overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC