Class MemorySettings
Object
com.liferay.portal.kernel.settings.BaseSettings
com.liferay.portal.kernel.settings.BaseModifiableSettings
com.liferay.portal.kernel.settings.MemorySettings
- All Implemented Interfaces:
ModifiableSettings
,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
Fields inherited from class com.liferay.portal.kernel.settings.BaseSettings
parentSettings
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
doGetValue
(String key) protected String[]
doGetValues
(String key) void
void
store()
Methods inherited from class com.liferay.portal.kernel.settings.BaseModifiableSettings
reset, setValues
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
Methods inherited from interface com.liferay.portal.kernel.settings.Settings
getModifiableSettings, getParentSettings, getValue, getValues
-
Constructor Details
-
MemorySettings
public MemorySettings() -
MemorySettings
-
-
Method Details
-
getModifiedKeys
-
reset
-
setValue
-
setValues
-
store
public void store() -
doGetValue
- Specified by:
doGetValue
in classBaseSettings
-
doGetValues
- Specified by:
doGetValues
in classBaseSettings
-