Package org.opencms.ui.apps
Interface I_CmsAppSettings
- All Known Implementing Classes:
CmsFileExplorerSettings
,CmsSourceEditor.EditorSettings
public interface I_CmsAppSettings
Used to write app settings to the user. Can be restored for the next user session.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the string representation of the current setting state.void
restoreSettings
(String storedSettings) Restores the settings from the given string.
-
Method Details
-
getSettingsString
Returns the string representation of the current setting state.Will be used to restore the settings.
- Returns:
- the settings string
-
restoreSettings
Restores the settings from the given string.- Parameters:
storedSettings
- the stored settings
-