Uses of Class
org.apache.cactus.Cookie

Packages that use Cookie
org.apache.cactus Contains all classes needed for Writing Cactus test classes.  
 

Uses of Cookie in org.apache.cactus
 

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.getCookies()
           
 

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



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