Package com.atlassian.confluence.web
Class Cookies
java.lang.Object
com.atlassian.confluence.web.Cookies
- Since:
- 8.8
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getCookieValue
(String key) static String
getCookieValue
(javax.servlet.http.HttpServletRequest request, String key) static javax.servlet.http.Cookie
Sets a cookie.
-
Constructor Details
-
Cookies
public Cookies()
-
-
Method Details
-
setCookie
Sets a cookie. set to use a default cookie age of one year and the context path as the default path- Parameters:
key
- the key of the cookievalue
- the value of the cookie- Returns:
- the new Cookie object
-
getCookieValue
-
getCookieValue
-