| Package | Description |
|---|---|
| org.exoplatform.container |
This package provides container API.
|
| org.exoplatform.container.configuration | |
| org.exoplatform.container.definition | |
| org.exoplatform.container.util | |
| org.exoplatform.test |
| Constructor and Description |
|---|
ExtendedPropertyConfigurator(InitParams params,
ConfigurationManager confManager)
Constructor used by ExoContainer.
|
PropertyConfigurator(ConfigurationManager confManager) |
PropertyConfigurator(InitParams params,
ConfigurationManager confManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationManagerImpl
Jul 19, 2004
|
| Constructor and Description |
|---|
PortalContainerConfig(ConfigurationManager cm) |
PortalContainerConfig(ConfigurationManager cm,
J2EEServerInfo serverInfo) |
PortalContainerConfig(ConfigurationManager cm,
J2EEServerInfo serverInfo,
PropertyConfigurator pc) |
PortalContainerConfig(ConfigurationManager cm,
PropertyConfigurator pc) |
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) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ContainerUtil.addComponentLifecyclePlugin(ExoContainer container,
ConfigurationManager conf) |
static void |
ContainerUtil.addComponents(ExoContainer container,
ConfigurationManager conf) |
static void |
ContainerUtil.addContainerLifecyclePlugin(ExoContainer container,
ConfigurationManager conf) |
static InputStream |
TemplateConfigurationHelper.getInputStream(ConfigurationManager cfm,
String filename)
Tries first to get the file content using the configuration manager, if it cannot
be found it will then try to get it from the context class loader of the current thread,
if it cannot be found it will try to get it from the class loader of the current class and
finally it still cannot be found it will try to use the file name as a file path.
|
| Constructor and Description |
|---|
TemplateConfigurationHelper(String[] includes,
String[] excludes,
ConfigurationManager cfm)
Creates instance of template configuration helper with given lists of filtering
patterns.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MockConfigurationManagerImpl
Jul 19, 2004
|
Copyright © 2020 eXo Platform SAS. All Rights Reserved.