public interface CookieCutter
Modifier and Type | Method and Description |
---|---|
@Nullable String |
getValueFromConglomerateCookie(String cookieKey,
String key)
Retrieve variable from a conglomerate cookie.
|
@NotNull String |
getValueFromCookie(String key) |
String |
getValueFromCookie(String key,
String defaultValue) |
void |
saveValueInCookie(String key,
String value) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.