Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpSessionCookie
Cookie containing an HTTP Session id.
|
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
void |
WebRequest.addCookie(Cookie theCookie)
Adds a cookie to the request.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseWebRequest.addCookie(Cookie theCookie) |
Modifier and Type | Method and Description |
---|---|
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-2004 Apache Software Foundation. All Rights Reserved.