org.apache.cactus
Class HttpSessionCookie

java.lang.Object
  extended byorg.apache.cactus.Cookie
      extended byorg.apache.cactus.HttpSessionCookie
All Implemented Interfaces:
java.io.Serializable

public class HttpSessionCookie
extends Cookie

Cookie containing an HTTP Session id.

Since:
1.5
Version:
$Id: TestHttpSession.java,v 1.4 2003/05/26 12:15:14 cmlenz Exp $
Author:
Vincent Massol
See Also:
Serialized Form

Constructor Summary
HttpSessionCookie(java.lang.String theDomain, java.lang.String theName, java.lang.String theValue)
           
 
Methods inherited from class org.apache.cactus.Cookie
equals, getComment, getCookieDomain, getCookiePath, getCookiePort, getDomain, getExpiryDate, getName, getPath, getValue, hashCode, isExpired, isSecure, isToBeDiscarded, setComment, setDomain, setExpiryDate, setName, setPath, setSecure, setValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HttpSessionCookie

public HttpSessionCookie(java.lang.String theDomain,
                         java.lang.String theName,
                         java.lang.String theValue)
See Also:
Cookie.Cookie(String, String, String)


Copyright © 2000-2003 Apache Software Foundation. All Rights Reserved.