Class ParameterMapSettings
Object
com.liferay.portal.kernel.settings.BaseSettings
com.liferay.portal.kernel.settings.ParameterMapSettings
- All Implemented Interfaces:
Settings
- Author:
- 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
FieldsFields inherited from class com.liferay.portal.kernel.settings.BaseSettings
parentSettings
-
Constructor Summary
ConstructorsConstructorDescriptionParameterMapSettings
(Map<String, String[]> parameterMap, Settings parentSettings) -
Method Summary
Modifier and TypeMethodDescriptionprotected String
doGetValue
(String key) protected String[]
doGetValues
(String key) void
setParameterNamePrefix
(String parameterNamePrefix) Methods inherited from class com.liferay.portal.kernel.settings.BaseSettings
getModifiableSettings, getParentSettings, getValue, getValues
-
Field Details
-
PREFERENCES_PREFIX
- See Also:
-
SETTINGS_PREFIX
- See Also:
-
-
Constructor Details
-
ParameterMapSettings
-
-
Method Details
-
getParameterNamePrefix
-
setParameterNamePrefix
-
doGetValue
- Specified by:
doGetValue
in classBaseSettings
-
doGetValues
- Specified by:
doGetValues
in classBaseSettings
-