|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.catalina.util.CookieTools
public class CookieTools
Cookie utils - generate cookie header, etc
Constructor Summary | |
---|---|
CookieTools()
|
Method Summary | |
---|---|
static java.lang.String |
getCookieHeaderName(javax.servlet.http.Cookie cookie)
Return the header name to set the cookie, based on cookie version |
static java.lang.String |
getCookieHeaderValue(javax.servlet.http.Cookie cookie)
Deprecated. Use StringBuffer version |
static void |
getCookieHeaderValue(javax.servlet.http.Cookie cookie,
java.lang.StringBuffer buf)
Return the header value used to set this cookie |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CookieTools()
Method Detail |
---|
public static java.lang.String getCookieHeaderName(javax.servlet.http.Cookie cookie)
public static java.lang.String getCookieHeaderValue(javax.servlet.http.Cookie cookie)
public static void getCookieHeaderValue(javax.servlet.http.Cookie cookie, java.lang.StringBuffer buf)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |