public interface I_CmsAppSettings
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSettingsString()
Returns the string representation of the current setting state.
|
void |
restoreSettings(java.lang.String storedSettings)
Restores the settings from the given string.
|
java.lang.String getSettingsString()
Will be used to restore the settings.
void restoreSettings(java.lang.String storedSettings)
storedSettings - the stored settings