com.liferay.portal.kernel.settings
Class BaseSettings
java.lang.Object
com.liferay.portal.kernel.settings.BaseSettings
- All Implemented Interfaces:
- Settings
- Direct Known Subclasses:
- BaseModifiableSettings, ConfigurationBeanSettings, FallbackSettings, ParameterMapSettings, PropertiesSettings
public abstract class BaseSettings
- extends Object
- implements Settings
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parentSettings
protected Settings parentSettings
BaseSettings
public BaseSettings()
BaseSettings
public BaseSettings(Settings parentSettings)
getModifiableSettings
public ModifiableSettings getModifiableSettings()
- Specified by:
getModifiableSettings in interface Settings
getParentSettings
public Settings getParentSettings()
- Specified by:
getParentSettings in interface Settings
getValue
public String getValue(String key,
String defaultValue)
- Specified by:
getValue in interface Settings
getValues
public String[] getValues(String key,
String[] defaultValue)
- Specified by:
getValues in interface Settings
doGetValue
protected abstract String doGetValue(String key)
doGetValues
protected abstract String[] doGetValues(String key)