Uses of Interface
net.sf.mmm.util.component.api.IocContainer

Packages that use IocContainer
net.sf.mmm.util.cli.api Provides the API for utilities that help to build command-line-interfaces (CLI). 
net.sf.mmm.util.component.impl Contains implementation of component-util. 
 

Uses of IocContainer in net.sf.mmm.util.cli.api
 

Methods in net.sf.mmm.util.cli.api that return IocContainer
protected  IocContainer AbstractMain.getIocContainer()
          This method gets the IocContainer used to manage components with their implementation.
 

Uses of IocContainer in net.sf.mmm.util.component.impl
 

Classes in net.sf.mmm.util.component.impl that implement IocContainer
 class SpringContainer
          This is the implementation of the IocContainer using spring.
 

Methods in net.sf.mmm.util.component.impl that return IocContainer
static IocContainer SpringContainerPool.getInstance()
          This method gets the singleton instance of the IocContainer.
 



Copyright © 2001-2010 mmm-Team. All Rights Reserved.