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 String
doGetValue
(String key) protected abstract String[]
doGetValues
(String key) String[]
-
Field Details
-
parentSettings
-
-
Constructor Details
-
BaseSettings
public BaseSettings() -
BaseSettings
-
-
Method Details
-
getModifiableSettings
- Specified by:
getModifiableSettings
in interfaceSettings
-
getParentSettings
- Specified by:
getParentSettings
in interfaceSettings
-
getValue
-
getValues
-
doGetValue
-
doGetValues
-