org.nanocontainer.integrationkit
Interface ContainerComposer


public interface ContainerComposer

Interface for composing a container. See NanoWar for sample usage.

Author:
Joe Walnes Joe Walnes, Mauro Talevi

Method Summary
 void composeContainer(org.picocontainer.MutablePicoContainer container, java.lang.Object compositionScope)
          Compose the container.
 

Method Detail

composeContainer

void composeContainer(org.picocontainer.MutablePicoContainer container,
                      java.lang.Object compositionScope)
Compose the container. This typically involves assembly (registration) and configuration (setting primitive arguments) of components.

Parameters:
container - container to compose
compositionScope - scope of the container. This variable can be used as a hint to determine


Copyright © 2003-2010 Codehaus. All Rights Reserved.