Uses of Interface
org.sakaiproject.component.api.ComponentManager
-
Packages that use ComponentManager Package Description 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 Modifier and Type Field Description protected static ComponentManagerComponentManager. m_componentManagerA component manager - use the Spring based one.Methods in org.sakaiproject.component.cover that return ComponentManager Modifier and Type Method Description ComponentManagerTestComponentManagerContainer. getComponentManager()get the current component managerstatic ComponentManagerComponentManager. 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 Modifier and Type Class Description classMockCompMgrThis 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 testsclassSpringCompMgrSpringCompMgr manages API implementation components using the Springframework ApplicationContext.Constructors in org.sakaiproject.component.impl with parameters of type ComponentManager Constructor Description SpringCompMgr(ComponentManager parent)Initialize.
-