Uses of Interface
org.exoplatform.container.configuration.ConfigurationManager
-
Packages that use ConfigurationManager 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 -
-
Uses of ConfigurationManager in org.exoplatform.container
Constructors in org.exoplatform.container with parameters of type ConfigurationManager Constructor Description ExtendedPropertyConfigurator(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 Modifier and Type Class Description classConfigurationManagerImplJul 19, 2004 -
Uses of ConfigurationManager in org.exoplatform.container.definition
Constructors in org.exoplatform.container.definition with parameters of type ConfigurationManager Constructor 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 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 ConfigurationManager Modifier and Type Method Description static 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 ConfigurationManager Constructor Description TemplateConfigurationHelper(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 Modifier and Type Class Description classMockConfigurationManagerImplJul 19, 2004
-