类 CookieTool.SugarCookie
java.lang.Object
Cookie
org.apache.velocity.tools.view.CookieTool.SugarCookie
- 封闭类:
- CookieTool
public static class CookieTool.SugarCookie
extends 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.-
字段详细资料
-
plain
private Cookie plain
-
-
构造器详细资料
-
SugarCookie
public SugarCookie(Cookie c) -
SugarCookie
-
-
方法详细资料
-
value
-
maxAge
-
comment
-
domain
-
path
-
version
-
secure
-
getPlain
public Cookie getPlain() -
toString
-