public class ExtendedPropertyConfigurator
extends org.exoplatform.container.PropertyConfigurator
implements org.picocontainer.Startable
<component>
<key>ExtendedPropertyConfigurator</key>
<type>org.exoplatform.platform.common.container.ExtendedPropertyConfigurator</type>
<init-params>
<properties-param>
<name>MyPropertySet1</name>
<property name="myproperty" value="myvalue" />
</properties-param>
<properties-param profile="myProfile">
<name>MyPropertySet1</name>
<property name="myproperty" value="myvalue2" />
</properties-param>
<properties-param>
<name>MyPropertySet1</name>
<property name="myproperty2" value="myothervalue" />
</properties-param>
<values-param>
<name>properties.urls</name>
<value>cloud.properties</value>
<value>cluster.properties</value>
</values-param>
</init-params>
</component>
| Constructor and Description |
|---|
ExtendedPropertyConfigurator(org.exoplatform.container.xml.InitParams params,
org.exoplatform.container.configuration.ConfigurationManager confManager)
Constructor used by ExoContainer.
|
public ExtendedPropertyConfigurator(org.exoplatform.container.xml.InitParams params,
org.exoplatform.container.configuration.ConfigurationManager confManager)
params - confManager - public void start()
start in interface org.picocontainer.Startablestart in class org.exoplatform.container.PropertyConfiguratorpublic void stop()
stop in interface org.picocontainer.Startablestop in class org.exoplatform.container.PropertyConfiguratorCopyright © 2003–2020 eXo Platform SAS. All rights reserved.