Uses of Interface
org.exoplatform.container.configuration.ConfigurationManager
Packages that use ConfigurationManager
Package
Description
This package provides container API.
-
Uses of ConfigurationManager in org.exoplatform.container
Constructors in org.exoplatform.container with parameters of type ConfigurationManagerModifierConstructorDescriptionExtendedPropertyConfigurator(InitParams params, ConfigurationManager confManager) Constructor used by ExoContainer.PropertyConfigurator(ConfigurationManager confManager) PropertyConfigurator(InitParams params, ConfigurationManager confManager) -
Uses of ConfigurationManager in org.exoplatform.container.configuration
Classes in org.exoplatform.container.configuration that implement ConfigurationManager -
Uses of ConfigurationManager in org.exoplatform.container.definition
Constructors in org.exoplatform.container.definition with parameters of type ConfigurationManagerModifierConstructorDescriptionPortalContainerConfig(ConfigurationManager cm, J2EEServerInfo serverInfo) PortalContainerConfig(ConfigurationManager cm, J2EEServerInfo serverInfo, 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 thePropertyConfiguratorin 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 thePortalContainerConfigPortalContainerConfig(InitParams params, ConfigurationManager cm, PropertyConfigurator pc) -
Uses of ConfigurationManager in org.exoplatform.container.util
Methods in org.exoplatform.container.util with parameters of type ConfigurationManagerModifier and TypeMethodDescriptionstatic voidContainerUtil.addComponentLifecyclePlugin(ExoContainer container, ConfigurationManager conf) static voidContainerUtil.addComponents(ExoContainer container, ConfigurationManager conf) static voidContainerUtil.addContainerLifecyclePlugin(ExoContainer container, ConfigurationManager conf) static InputStreamTemplateConfigurationHelper.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.Constructors in org.exoplatform.container.util with parameters of type ConfigurationManagerModifierConstructorDescriptionTemplateConfigurationHelper(String[] includes, String[] excludes, ConfigurationManager cfm) Creates instance of template configuration helper with given lists of filtering patterns. -
Uses of ConfigurationManager in org.exoplatform.test
Classes in org.exoplatform.test that implement ConfigurationManager