类 CookieTool.SugarCookie
java.lang.Object
jakarta.servlet.http.Cookie
org.apache.velocity.tools.view.CookieTool.SugarCookie
- 所有已实现的接口:
Serializable,Cloneable
- 封闭类:
- CookieTool
public static class CookieTool.SugarCookie
extends jakarta.servlet.http.Cookie
Extends
Cookie to add some fluid API sugar and
a toString() method that renders the Cookie's value
instead of the usual Object.toString() shenanigans.- 另请参阅:
-
构造器概要
构造器 -
方法概要
从类继承的方法 jakarta.servlet.http.Cookie
clone, equals, getAttribute, getAttributes, getComment, getDomain, getMaxAge, getName, getPath, getSecure, getValue, getVersion, hashCode, isHttpOnly, setAttribute, setComment, setDomain, setHttpOnly, setMaxAge, setPath, setSecure, setValue, setVersion
-
构造器详细资料
-
SugarCookie
public SugarCookie(jakarta.servlet.http.Cookie c) -
SugarCookie
-
-
方法详细资料
-
value
-
maxAge
-
comment
-
domain
-
path
-
version
-
secure
-
getPlain
public jakarta.servlet.http.Cookie getPlain() -
toString
- 覆盖:
toString在类中jakarta.servlet.http.Cookie
-