#import <CPCookie.h>
 Inheritance diagram for CPCookie:Additional Inherited Members | |
  Class Methods inherited from CPObject | |
| (BOOL) | + accessInstanceVariablesDirectly | 
| (id) | + alloc | 
| (id) | + allocWithCoder: | 
| (BOOL) | + automaticallyNotifiesObserversForKey: | 
| (void) | + cancelPreviousPerformRequestsWithTarget: | 
| (void) | + cancelPreviousPerformRequestsWithTarget:selector:object: | 
| (Class) | + class | 
| (BOOL) | + conformsToProtocol: | 
| (void) | + exposeBinding: | 
| (void) | + initialize | 
| (IMP) | + instanceMethodForSelector: | 
| (BOOL) | + instancesImplementSelector: | 
| (BOOL) | + instancesRespondToSelector: | 
| (BOOL) | + isBindingExclusive: | 
| (BOOL) | + isSubclassOfClass: | 
| (CPSet) | + keyPathsForValuesAffectingValueForKey: | 
| (void) | + load | 
| (id) | + new | 
| (void) | + object:performSelector:withObject:afterDelay:inModes: | 
| (void) | + setVersion: | 
| (Class) | + superclass | 
| (int) | + version | 
CPCookie is the Cappuccino interface to a web browser cookie. You can set the name
Definition at line 2 of file CPCookie.h.
      
  | 
  implementation | 
Returns the cookie's expiration date
Definition at line 70 of file CPCookie.j.
      
  | 
  implementation | 
Initializes a cookie with a given name aName. 
| the | name for the cookie | 
Definition at line 41 of file CPCookie.j.
      
  | 
  implementation | 
Returns the cookie's name
Definition at line 62 of file CPCookie.j.
Sets a value, expiration date, and domain for the cookie
| value | the cookie's value | 
| date | the cookie's expiration date | 
| domain | the cookie's domain | 
Definition at line 81 of file CPCookie.j.
      
  | 
  implementation | 
Returns the cookie's data value
Definition at line 54 of file CPCookie.j.