org.apache.catalina.util
クラス CookieTools
java.lang.Object
|
+--org.apache.catalina.util.CookieTools
- public class CookieTools
- extends java.lang.Object
Cookie utils - generate cookie header, etc
- 作成者:
- Original Author Unknown, duncan@eng.sun.com
メソッドの概要 |
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)
推奨されていません。 Use StringBuffer version |
static void |
getCookieHeaderValue(javax.servlet.http.Cookie cookie,
java.lang.StringBuffer buf)
Return the header value used to set this cookie |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CookieTools
public CookieTools()
getCookieHeaderName
public static java.lang.String getCookieHeaderName(javax.servlet.http.Cookie cookie)
- Return the header name to set the cookie, based on cookie
version
getCookieHeaderValue
public static java.lang.String getCookieHeaderValue(javax.servlet.http.Cookie cookie)
- 推奨されていません。 Use StringBuffer version
- Return the header value used to set this cookie
getCookieHeaderValue
public static void getCookieHeaderValue(javax.servlet.http.Cookie cookie,
java.lang.StringBuffer buf)
- Return the header value used to set this cookie
Copyright ? 2000-2001 Apache Software Foundation. All Rights Reserved.