|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cookie | |
---|---|
org.apache.cactus | Contains all classes needed for writing Cactus tests. |
org.apache.cactus.internal | Contains Cactus internal implementation classes. |
org.apache.cactus.internal.util | Contains various internal 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 |
WebRequest.addCookie(Cookie theCookie)
Adds a cookie to the request. |
Uses of Cookie in org.apache.cactus.internal |
---|
Methods in org.apache.cactus.internal with parameters of type Cookie | |
---|---|
void |
BaseWebRequest.addCookie(Cookie theCookie)
|
Uses of Cookie in org.apache.cactus.internal.util |
---|
Methods in org.apache.cactus.internal.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |