Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.aendvari.cerberus.component.assembly
Interface AssembledComponent  view AssembledComponent download AssembledComponent.java


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.