| Package | Description |
|---|---|
| org.exoplatform.container |
This package provides container API.
|
| org.exoplatform.container.context |
This package contains all the classes that are related to the Scope Management
|
| org.exoplatform.container.definition | |
| org.exoplatform.container.monitor.jvm | |
| org.exoplatform.container.spi |
This package defines most important classes and interfaces, that should be used in case
you would like to implement a new
Container. |
| org.exoplatform.container.xml | |
| org.exoplatform.services.log |
| Modifier and Type | Method and Description |
|---|---|
InitParams |
ContainerLifecyclePlugin.getInitParams() |
InitParams |
BaseContainerLifecyclePlugin.getInitParams() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ConcurrentContainer.createComponent(Class<T> clazz,
InitParams params)
Creates a component corresponding to the given
Class with the
given InitParams |
<T> T |
AbstractContainer.createComponent(Class<T> clazz,
InitParams params)
Creates a component corresponding to the given
Class with the
given InitParams |
void |
ContainerLifecyclePlugin.setInitParams(InitParams params) |
void |
BaseContainerLifecyclePlugin.setInitParams(InitParams params) |
| Constructor and Description |
|---|
ExtendedPropertyConfigurator(InitParams params,
ConfigurationManager confManager)
Constructor used by ExoContainer.
|
PropertyConfigurator(InitParams params,
ConfigurationManager confManager) |
| Constructor and Description |
|---|
ContextPlugin(InitParams params) |
| Constructor and Description |
|---|
PortalContainerConfig(InitParams params,
ConfigurationManager cm) |
PortalContainerConfig(InitParams params,
ConfigurationManager cm,
J2EEServerInfo serverInfo) |
PortalContainerConfig(InitParams params,
ConfigurationManager cm,
J2EEServerInfo serverInfo,
PropertyConfigurator pc)
We add the
PropertyConfigurator in the constructor, in order to make sure that it is
created before since it could define some JVM parameters that could be used internally by the
PortalContainerConfig |
PortalContainerConfig(InitParams params,
ConfigurationManager cm,
PropertyConfigurator pc) |
PortalContainerDefinitionChangePlugin(InitParams params) |
PortalContainerDefinitionDisablePlugin(InitParams params) |
PortalContainerDefinitionPlugin(InitParams params) |
| Constructor and Description |
|---|
JVMRuntimeInfoImpl(InitParams params) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
Container.createComponent(Class<T> clazz,
InitParams params)
Creates a component corresponding to the given
Class with the
given InitParams |
| Modifier and Type | Method and Description |
|---|---|
InitParams |
ContainerLifecyclePlugin.getInitParams() |
InitParams |
ComponentPlugin.getInitParams() |
InitParams |
Component.getInitParams() |
InitParams |
LifecyclePlugin.getInitParams() |
InitParams |
ComponentLifecyclePlugin.getInitParams() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerLifecyclePlugin.setInitParams(InitParams initParams) |
void |
ComponentPlugin.setInitParams(InitParams ips) |
void |
Component.setInitParams(InitParams ips) |
void |
LifecyclePlugin.setInitParams(InitParams ips) |
void |
ComponentLifecyclePlugin.setInitParams(InitParams initParams) |
| Constructor and Description |
|---|
LogConfigurationInitializer(InitParams params)
Constructor for in-container using
|
Copyright © 2020 eXo Platform SAS. All Rights Reserved.