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. |
composeContainer
public 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 composecompositionScope
- scope of the container. This variable can be used as a hint to determine
Copyright © 2003-2007 Codehaus. All Rights Reserved.