Interface CookieCutter

All Known Implementing Classes:
CookieCutterImpl, FilterController

public interface CookieCutter
  • Method Details

    • saveValueInCookie

      void saveValueInCookie(String key, String value)
    • getValueFromCookie

      @NotNull @NotNull String getValueFromCookie(String key)
    • getValueFromCookie

      String getValueFromCookie(String key, String defaultValue)
    • getValueFromConglomerateCookie

      @Nullable @Nullable String getValueFromConglomerateCookie(String cookieKey, String key)
      Retrieve variable from a conglomerate cookie.
      Parameters:
      cookieKey - key of the cookie
      key - key of a variable
      Returns:
      value or null if not found