|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.framework.logger.AbstractLogEnabled
org.rapla.framework.internal.ContainerImpl
org.rapla.RaplaMainContainer
public final class RaplaMainContainer
The Rapla Main Container class for the basic container for Rapla specific services and the rapla plugin architecture. The rapla container has only one instance at runtime. Configuration of the RaplaMainContainer is done in the rapla*.xconf files. Typical configurations of the MainContainer are
The Main Container provides the following Services to all RaplaComponents
I18nBundle
,
RaplaLocale
,
AppointmentFormater
,
LocaleSelector
Field Summary |
---|
Fields inherited from class org.rapla.framework.internal.ContainerImpl |
---|
m_componentHandler, m_config, m_context, m_loggerManager, m_parent, m_roleMap |
Fields inherited from interface org.rapla.framework.Container |
---|
ROLE |
Constructor Summary | |
---|---|
RaplaMainContainer()
|
|
RaplaMainContainer(RaplaStartupEnvironment env)
|
|
RaplaMainContainer(StartupEnvironment env)
|
Method Summary | |
---|---|
void |
dispose()
|
protected Map |
getComponentInfos()
|
Methods inherited from class org.rapla.framework.internal.ContainerImpl |
---|
addContainerProvidedComponent, addContainerProvidedComponent, addContainerProvidedComponent, addContainerProvidedComponent, addContainerProvidedComponent, addContainerProvidedComponentInstance, addContainerProvidedComponentInstance, configure, getAllServicesFor, getAllServicesForThisContainer, getContext, getStartupEnvironment, init, instanciate, lookupServicesFor, removeAllComponents |
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled |
---|
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RaplaMainContainer() throws Exception
Exception
public RaplaMainContainer(RaplaStartupEnvironment env) throws Exception
Exception
public RaplaMainContainer(StartupEnvironment env) throws Exception
Exception
Method Detail |
---|
protected Map getComponentInfos()
getComponentInfos
in class org.rapla.framework.internal.ContainerImpl
public void dispose()
dispose
in interface Disposable
dispose
in class org.rapla.framework.internal.ContainerImpl
Disposable.dispose()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |