| java.lang.Object org.apache.catalina.util.CookieTools
CookieTools | public class CookieTools (Code) | | Cookie utils - generate cookie header, etc
author: Original Author Unknown author: duncan@eng.sun.com |
getCookieHeaderName | public static String getCookieHeaderName(Cookie cookie)(Code) | | Return the header name to set the cookie, based on cookie
version
|
getCookieHeaderValue | public static String getCookieHeaderValue(Cookie cookie)(Code) | | Return the header value used to set this cookie
|
getCookieHeaderValue | public static void getCookieHeaderValue(Cookie cookie, StringBuffer buf)(Code) | | Return the header value used to set this cookie
|
|
|