Uses of Class
net.wotonomy.web.WOCookie

Packages that use WOCookie
net.wotonomy.web An implementation of the WebObjects framework. 
 

Uses of WOCookie in net.wotonomy.web
 

Methods in net.wotonomy.web that return WOCookie
static WOCookie WOCookie.cookieWithName(java.lang.String aName, java.lang.String aValue)
          Constructs a cookie with the specified name and value.
static WOCookie WOCookie.cookieWithName(java.lang.String aName, java.lang.String aValue, java.lang.String aPath, java.lang.String aDomain, net.wotonomy.foundation.NSDate expirationDate, boolean secure)
          Constructs a cookie with the specified attributes.
 

Methods in net.wotonomy.web with parameters of type WOCookie
 void WOMessage.addCookie(WOCookie aCookie)
          Adds the specified cookie to the response.
 void WOMessage.removeCookie(WOCookie aCookie)
          Removes the specified cookie from the response.
 



Copyright © 2006 null. All Rights Reserved.