Interface UiSettingsStateManager
- All Known Implementing Classes:
UiSettingsStateManagerForSetupImpl
,UiSettingsStateManagerImpl
public interface UiSettingsStateManager
A bean responsible for storing and maintaining the system hash component of the resource URIs. See
WebResourceIntegration#getSystemCounter()
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Invalidates the current hash.
-
Method Details
-
getStateHash
String getStateHash()- Returns:
- the current hash.
-
invalidateStateHash
void invalidateStateHash()Invalidates the current hash. The next call togetStateHash()
will trigger a recalculation.
-