net.dpml.test.composite
Interface CompositeComponent.Parts

Enclosing class:
CompositeComponent

public static interface CompositeComponent.Parts

Internal part managmeent interface.


Method Summary
 ChildComponent getChild()
          Return the child componet as a service instance.
 Map getChildMap()
          Get the context map of the child component.
 

Method Detail

getChildMap

Map getChildMap()
Get the context map of the child component.

Returns:
the context map

getChild

ChildComponent getChild()
Return the child componet as a service instance.

Returns:
the color manager