CPCookie Class Reference

List of all members.

Public Member Functions

(id) - initWithName: [implementation]
(CPString- value [implementation]
(CPString- name [implementation]
(CPString- expires [implementation]
(void) - setValue:expires:domain: [implementation]


Detailed Description

CPCookie is the Cappuccino interface to a web browser cookie. You can set the name

Definition at line 30 of file CPCookie.j.


Member Function Documentation

- (CPString) expires   [implementation]

Returns the cookie's expiration date

Definition at line 71 of file CPCookie.j.

- (id) initWithName: (CPString aName   [implementation]

Initializes a cookie with a given name aName.

Parameters:
the name for the cookie

Definition at line 42 of file CPCookie.j.

- (CPString) name   [implementation]

Returns the cookie's name

Definition at line 63 of file CPCookie.j.

- (void) setValue: (CPString value
expires: (CPDate date
domain: (CPString domain 
[implementation]

Sets a value, expiration date, and domain for the cookie

Parameters:
value the cookie's value
date the cookie's expiration date
domain the cookie's domain

Definition at line 82 of file CPCookie.j.

- (CPString) value   [implementation]

Returns the cookie's data value

Definition at line 55 of file CPCookie.j.


The documentation for this class was generated from the following file:

Generated on Thu Dec 11 01:55:49 2008 for Cappuccino by  doxygen 1.5.7.1