Liferay 7.0-ce-b4

com.liferay.portal.kernel.settings
Class PropertiesSettings

java.lang.Object
  extended by com.liferay.portal.kernel.settings.BaseSettings
      extended by com.liferay.portal.kernel.settings.PropertiesSettings
All Implemented Interfaces:
Settings

public class PropertiesSettings
extends BaseSettings


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.liferay.portal.kernel.settings.Settings
Settings.Config, Settings.OverrideClass, Settings.Property
 
Field Summary
 
Fields inherited from class com.liferay.portal.kernel.settings.BaseSettings
parentSettings
 
Constructor Summary
PropertiesSettings(LocationVariableResolver locationVariableResolver, Properties properties)
           
PropertiesSettings(LocationVariableResolver locationVariableResolver, Properties properties, Settings parentSettings)
           
 
Method Summary
protected  String doGetValue(String key)
           
protected  String[] doGetValues(String key)
           
protected  String getProperty(String key)
           
protected  String readProperty(String key)
           
 
Methods inherited from class com.liferay.portal.kernel.settings.BaseSettings
getModifiableSettings, getParentSettings, getValue, getValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesSettings

public PropertiesSettings(LocationVariableResolver locationVariableResolver,
                          Properties properties)

PropertiesSettings

public PropertiesSettings(LocationVariableResolver locationVariableResolver,
                          Properties properties,
                          Settings parentSettings)
Method Detail

doGetValue

protected String doGetValue(String key)
Specified by:
doGetValue in class BaseSettings

doGetValues

protected String[] doGetValues(String key)
Specified by:
doGetValues in class BaseSettings

getProperty

protected String getProperty(String key)

readProperty

protected String readProperty(String key)

Liferay 7.0-ce-b4