Uses of Interface
org.sakaiproject.component.api.ComponentManager

Packages that use ComponentManager
org.sakaiproject.component.cover   
org.sakaiproject.component.impl   
 

Uses of ComponentManager in org.sakaiproject.component.cover
 

Fields in org.sakaiproject.component.cover declared as ComponentManager
protected static ComponentManager ComponentManager.m_componentManager
          A component manager - use the Spring based one.
 

Methods in org.sakaiproject.component.cover that return ComponentManager
 ComponentManager TestComponentManagerContainer.getComponentManager()
          get the current component manager
static ComponentManager ComponentManager.getInstance()
          Access the component manager of the single instance.
 

Uses of ComponentManager in org.sakaiproject.component.impl
 

Classes in org.sakaiproject.component.impl that implement ComponentManager
 class MockCompMgr
          This is a totally fake component manager which is just going to pretend to try to find services, maybe later this could try to use the sakai mock stuff but for now it is just here to stop the CM from firing up during unit tests
 class SpringCompMgr
           SpringCompMgr manages API implementation components using the Springframework ApplicationContext.
 

Constructors in org.sakaiproject.component.impl with parameters of type ComponentManager
SpringCompMgr(ComponentManager parent)
          Initialize.
 



Copyright © 2003-2012 The Sakai Foundation. All Rights Reserved.