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 Details

    • getStateHash

      String getStateHash()
      Returns:
      the current hash.
    • invalidateStateHash

      void invalidateStateHash()
      Invalidates the current hash. The next call to getStateHash() will trigger a recalculation.