public class CookieUtils extends Object
Constructor | Description |
---|---|
CookieUtils() |
Modifier and Type | Method | Description |
---|---|---|
static void |
deleteCookie(javax.servlet.http.HttpServletRequest httpReq,
javax.servlet.http.HttpServletResponse httpResp,
String cookieName) |
|
static String |
getValueFromCookie(javax.servlet.http.HttpServletRequest httpReq,
String cookieName) |
|
static void |
setCookie(javax.servlet.http.HttpServletRequest httpReq,
javax.servlet.http.HttpServletResponse httpResp,
String cookieName,
String cookieValue,
int maxAge) |
public static String getValueFromCookie(javax.servlet.http.HttpServletRequest httpReq, String cookieName)
public static void setCookie(javax.servlet.http.HttpServletRequest httpReq, javax.servlet.http.HttpServletResponse httpResp, String cookieName, String cookieValue, int maxAge)
public static void deleteCookie(javax.servlet.http.HttpServletRequest httpReq, javax.servlet.http.HttpServletResponse httpResp, String cookieName)
Copyright © 2019. All rights reserved.