Uses of Class
org.apache.cactus.Cookie

Packages that use Cookie
org.apache.cactus Contains all classes needed for writing Cactus tests. 
org.apache.cactus.util Contains various utility classes. 
 

Uses of Cookie in org.apache.cactus
 

Subclasses of Cookie in org.apache.cactus
 class HttpSessionCookie
          Cookie containing an HTTP Session id.
 

Methods in org.apache.cactus that return Cookie
 Cookie WebResponse.getCookie(java.lang.String theName)
          Return the first cookie found that has the specified name or null if not found.
 Cookie WebResponse.getCookieIgnoreCase(java.lang.String theName)
          Return the first cookie found that has the specified name or null if not found.
 Cookie[] WebResponse.getCookies()
           
 

Methods in org.apache.cactus with parameters of type Cookie
 void BaseWebRequest.addCookie(Cookie theCookie)
          Adds a cookie to the request.
 

Uses of Cookie in org.apache.cactus.util
 

Methods in org.apache.cactus.util with parameters of type Cookie
static org.apache.commons.httpclient.Cookie CookieUtil.createHttpClientCookie(WebRequest theRequest, java.net.URL theUrl, Cookie theCactusCookie)
          Create a Commons-HttpClient cookie from a Cactus cookie, with information from the web request and the URL.
 



Copyright © 2000-2003 Apache Software Foundation. All Rights Reserved.