Class CookieTool.SugarCookie

java.lang.Object
javax.servlet.http.Cookie
org.apache.velocity.tools.view.CookieTool.SugarCookie
All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
CookieTool

public static class CookieTool.SugarCookie extends javax.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.
Since:
VelocityTools 2.0
Version:
$Id$
Author:
Dmitri Colebatch, Nathan Bubna
See Also: