|
WebObjects 5.2.3 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WOCookie | |
com.webobjects.appserver | Provides the WebObjects application server, session management classes, component classes, and classes to manage the request-response loop. |
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)
Deprecated. Use WOCookie(String aName, String aValue, String aPath, String aDomain, NSTimestamp aDate, boolean isSecure) instead |
static WOCookie |
WOCookie.cookieWithName(String aName,
String aValue,
String aPath,
String aDomain,
int timeout,
boolean isSecure)
Deprecated. Use WOCookie(String aName, String aValue, String aPath, String aDomain, int timeout, boolean isSecure) instead |
static WOCookie |
WOCookie.cookieWithName(String aName,
String aValue)
Deprecated. Use WOCookie(String aName, String aValue) instead |
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 Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV NEXT | FRAMES NO FRAMES |