|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CookieUtils
| Field Summary | |
|---|---|
static String |
CUSTOMER_COOKIE_NAME
|
| Method Summary | |
|---|---|
String |
getCookieValue(javax.servlet.http.HttpServletRequest request,
String cookieName)
|
void |
invalidateCookie(javax.servlet.http.HttpServletResponse response,
String cookieName)
|
void |
setCookieValue(javax.servlet.http.HttpServletResponse response,
String cookieName,
String cookieValue)
|
void |
setCookieValue(javax.servlet.http.HttpServletResponse response,
String cookieName,
String cookieValue,
String path,
Integer maxAge,
Boolean isSecure)
|
| Field Detail |
|---|
static final String CUSTOMER_COOKIE_NAME
| Method Detail |
|---|
String getCookieValue(javax.servlet.http.HttpServletRequest request,
String cookieName)
void setCookieValue(javax.servlet.http.HttpServletResponse response,
String cookieName,
String cookieValue,
String path,
Integer maxAge,
Boolean isSecure)
void setCookieValue(javax.servlet.http.HttpServletResponse response,
String cookieName,
String cookieValue)
void invalidateCookie(javax.servlet.http.HttpServletResponse response,
String cookieName)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||