| java.lang.Object org.mmbase.framework.ComponentRepository
ComponentRepository | public class ComponentRepository (Code) | | This (singleton) class maintains all compoments which are registered in the current MMBase.
author: Michiel Meeuwissen version: $Id: ComponentRepository.java,v 1.30 2008/02/22 14:30:35 michiel Exp $ since: MMBase-1.9 |
NAMESPACE_COMPONENT | final public static String NAMESPACE_COMPONENT(Code) | | |
NAMESPACE_FRAMEWORK | final public static String NAMESPACE_FRAMEWORK(Code) | | |
clear | protected void clear()(Code) | | |
getComponent | public Component getComponent(String name)(Code) | | Acquires the component with given name, or null if no such component.
|
getFailedComponents | public Collection<Component> getFailedComponents()(Code) | | The components which could not be instantiated or configured, due to some
misconfiguration.
|
readConfiguration | protected void readConfiguration(String child)(Code) | | Reads all component xmls
|
resolve | protected boolean resolve()(Code) | | |
shutdown | public void shutdown()(Code) | | |
|
|