Class BaseSettings
Object
com.liferay.portal.kernel.settings.BaseSettings
- All Implemented Interfaces:
Settings
- Direct Known Subclasses:
BaseModifiableSettings,ConfigurationBeanSettings,FallbackSettings,ParameterMapSettings,PropertiesSettings
- Author:
- Brian Wing Shun Chan, Iván Zaera
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.liferay.portal.kernel.settings.Settings
Settings.Config, Settings.OverrideClass, Settings.Property -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract StringdoGetValue(String key) protected abstract String[]doGetValues(String key) String[]
-
Field Details
-
parentSettings
-
-
Constructor Details
-
BaseSettings
public BaseSettings() -
BaseSettings
-
-
Method Details
-
getModifiableSettings
- Specified by:
getModifiableSettingsin interfaceSettings
-
getParentSettings
- Specified by:
getParentSettingsin interfaceSettings
-
getValue
-
getValues
-
doGetValue
-
doGetValues
-