com.liferay.portal.util
Class CookieKeys
java.lang.Object
com.liferay.portal.util.CookieKeys
- public class CookieKeys
- extends java.lang.Object
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
static void |
addCookie(javax.servlet.http.HttpServletResponse res,
javax.servlet.http.Cookie cookie)
|
static void |
addSupportCookie(javax.servlet.http.HttpServletResponse res)
|
static void |
validateSupportCookie(javax.servlet.http.HttpServletRequest req)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COOKIE_SUPPORT
public static final java.lang.String COOKIE_SUPPORT
- See Also:
- Constant Field Values
GUEST_LANGUAGE_ID
public static final java.lang.String GUEST_LANGUAGE_ID
- See Also:
- Constant Field Values
ID
public static final java.lang.String ID
- See Also:
- Constant Field Values
LOGIN
public static final java.lang.String LOGIN
- See Also:
- Constant Field Values
PASSWORD
public static final java.lang.String PASSWORD
- See Also:
- Constant Field Values
SCREEN_NAME
public static final java.lang.String SCREEN_NAME
- See Also:
- Constant Field Values
MAX_AGE
public static final int MAX_AGE
- See Also:
- Constant Field Values
CookieKeys
public CookieKeys()
addCookie
public static void addCookie(javax.servlet.http.HttpServletResponse res,
javax.servlet.http.Cookie cookie)
addSupportCookie
public static void addSupportCookie(javax.servlet.http.HttpServletResponse res)
validateSupportCookie
public static void validateSupportCookie(javax.servlet.http.HttpServletRequest req)
throws com.liferay.portal.CookieNotSupportedException
- Throws:
com.liferay.portal.CookieNotSupportedException