|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |