Package com.liferay.portal.kernel.util
Class CookieKeys
Object
com.liferay.portal.kernel.util.CookieKeys
Deprecated.
- Author:
- Brian Wing Shun Chan, Minhchau Dang
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final intDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddCookie(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, javax.servlet.http.Cookie cookie) Deprecated.static voidaddCookie(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, javax.servlet.http.Cookie cookie, boolean secure) Deprecated.static voidaddSupportCookie(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) Deprecated.static voiddeleteCookies(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String domain, String... cookieNames) Deprecated.static StringDeprecated.static StringgetCookie(javax.servlet.http.HttpServletRequest httpServletRequest, String name, boolean toUpperCase) Deprecated.static StringDeprecated.static StringgetDomain(javax.servlet.http.HttpServletRequest httpServletRequest) Deprecated.static booleanhasSessionId(javax.servlet.http.HttpServletRequest httpServletRequest) Deprecated.static booleanisEncodedCookie(String name) Deprecated.static voidvalidateSupportCookie(javax.servlet.http.HttpServletRequest httpServletRequest) Deprecated.
-
Field Details
-
COMMERCE_CONTINUE_AS_GUEST
Deprecated.- See Also:
-
COMPANY_ID
Deprecated.- See Also:
-
COOKIE_SUPPORT
Deprecated.- See Also:
-
GUEST_LANGUAGE_ID
Deprecated.- See Also:
-
ID
Deprecated.- See Also:
-
JSESSIONID
Deprecated.- See Also:
-
LOGIN
Deprecated.- See Also:
-
MAX_AGE
public static final int MAX_AGEDeprecated.- See Also:
-
PASSWORD
Deprecated.- See Also:
-
REMEMBER_ME
Deprecated.- See Also:
-
USER_UUID
Deprecated.- See Also:
-
-
Constructor Details
-
CookieKeys
public CookieKeys()Deprecated.
-
-
Method Details
-
addCookie
public static void addCookie(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, javax.servlet.http.Cookie cookie) Deprecated. -
addCookie
public static void addCookie(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, javax.servlet.http.Cookie cookie, boolean secure) Deprecated. -
addSupportCookie
public static void addSupportCookie(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) Deprecated. -
deleteCookies
public static void deleteCookies(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String domain, String... cookieNames) Deprecated. -
getCookie
public static String getCookie(javax.servlet.http.HttpServletRequest httpServletRequest, String name) Deprecated. -
getCookie
public static String getCookie(javax.servlet.http.HttpServletRequest httpServletRequest, String name, boolean toUpperCase) Deprecated. -
getDomain
Deprecated. -
getDomain
Deprecated. -
hasSessionId
public static boolean hasSessionId(javax.servlet.http.HttpServletRequest httpServletRequest) Deprecated. -
isEncodedCookie
Deprecated. -
validateSupportCookie
public static void validateSupportCookie(javax.servlet.http.HttpServletRequest httpServletRequest) throws CookieNotSupportedException Deprecated.- Throws:
CookieNotSupportedException
-
CookiesManagerUtil