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 Type
    Method
    Description
    Returns 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

      void restoreSettings(String storedSettings)
      Restores the settings from the given string.

      Parameters:
      storedSettings - the stored settings