| 
WebObjects 5.2.2 | ||||||||||
| 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 Mon Oct 13 15:42:52 PDT 2003. | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||