org.gwtwidgets.client.util
Class Cookie

java.lang.Object
  extended by org.gwtwidgets.client.util.Cookie

public class Cookie
extends java.lang.Object

Immutable object representing a single browser cookie.

Author:
Brian Glick

Method Summary
 java.lang.String getName()
          Gets the name of the cookie
 java.lang.String getValue()
          Get's the cookie's value
 void write(java.util.Date expires)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
Gets the name of the cookie

Returns:

getValue

public java.lang.String getValue()
Get's the cookie's value

Returns:

write

public void write(java.util.Date expires)


Copyright © 2009. All Rights Reserved.