Class Cookie

java.lang.Object
jakarta.servlet.http.Cookie
javax.servlet.http.Cookie
All Implemented Interfaces:
Serializable, Cloneable

public class Cookie extends jakarta.servlet.http.Cookie
Class to provide the original 'javax.servlet.http.Cookie' so that scripts which reference this can continue to work in a jakarta environment.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Cookie(String name, String value)
     
  • Method Summary

    Methods inherited from class jakarta.servlet.http.Cookie

    clone, getComment, getDomain, getMaxAge, getName, getPath, getSecure, getValue, getVersion, isHttpOnly, setComment, setDomain, setHttpOnly, setMaxAge, setPath, setSecure, setValue, setVersion

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details