Package javax.servlet.http
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 -
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
-
Constructor Details
-
Cookie
-