Interface CookieCutter

    • Method Detail

      • saveValueInCookie

        void saveValueInCookie​(String key,
                               String value)
      • getValueFromCookie

        @NotNull
        @NotNull String getValueFromCookie​(String key)
      • 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