Interface I_CmsAppSettings

    • Method Detail

      • getSettingsString

        java.lang.String getSettingsString()
        Returns the string representation of the current setting state.

        Will be used to restore the settings.

        Returns:
        the settings string
      • restoreSettings

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

        Parameters:
        storedSettings - the stored settings