|
WebObjects 5.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WOCookie | |
com.webobjects.appserver |
Uses of WOCookie in com.webobjects.appserver |
Methods in com.webobjects.appserver that return WOCookie | |
static WOCookie |
WOCookie.cookieWithName(String aName,
String aValue,
String aPath,
String aDomain,
NSTimestamp aDate,
boolean isSecure)
Creates and returns a WOCookie with the specified attributes. |
static WOCookie |
WOCookie.cookieWithName(String aName,
String aValue,
String aPath,
String aDomain,
int timeout,
boolean isSecure)
Creates and returns a WOCookie with the specified attributes. |
static WOCookie |
WOCookie.cookieWithName(String aName,
String aValue)
Creates and returns a WOCookie with the specified name and value. |
Methods in com.webobjects.appserver with parameters of type WOCookie | |
void |
WOMessage.addCookie(WOCookie aCookie)
A convenience method that adds the specified WOCookie object to the WOMessage. |
void |
WOMessage.removeCookie(WOCookie aCookie)
A convenience method that removes the specified WOCookie object from the WOMessage. |
|
Last updated Thu Jan 10 18:10:21 PST 2002. | |||||||||
PREV NEXT | FRAMES NO FRAMES |