Package | Description |
---|---|
org.apache.cactus.internal.client |
Contains the classes implementing of the client side of Cactus.
|
org.apache.cactus.internal.util |
Contains various internal utility classes.
|
org.apache.cactus.spi.client |
Contains Cactus client-side SPI classes required to implement new
protocols other than the Cactus-implemented ones.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
WebResponseObjectFactory.getResponseObject(java.lang.String theClassName,
Request theRequest) |
Modifier and Type | Method and Description |
---|---|
static org.apache.commons.httpclient.Header |
CookieUtil.createCookieHeader(java.lang.String theDomain,
java.lang.String thePath,
org.apache.commons.httpclient.Cookie[] theCookies)
Create a HttpClient
Header for cookies that matches
the domain and path. |
static java.lang.String |
CookieUtil.getCookieString(WebRequest theRequest,
java.net.URL theUrl) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
ResponseObjectFactory.getResponseObject(java.lang.String theClassName,
Request theRequest)
Constructs response object that are passed as parameter to
endXXX() and global end methods. |
Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.