Package | Description |
---|---|
org.apache.cactus.internal |
Contains Cactus internal implementation classes.
|
org.apache.cactus.internal.client.connector.http |
Contains the implementation of the HTTP transport for communication of
the client-side test runner with the server-side redirectors.
|
org.apache.cactus.internal.configuration |
Contains the classes that support the configuration of Cactus.
|
Constructor and Description |
---|
WebRequestImpl(WebConfiguration theConfiguration) |
Modifier and Type | Field and Description |
---|---|
protected WebConfiguration |
DefaultHttpClient.configuration
Cactus configuration.
|
Constructor and Description |
---|
DefaultHttpClient(WebConfiguration theConfiguration)
Initialize the Http client.
|
HttpProtocolHandler(WebConfiguration theConfiguration) |
Modifier and Type | Interface and Description |
---|---|
interface |
FilterConfiguration
Provides access to the Cactus configuration parameters related to the
Filter Redirector.
|
interface |
JspConfiguration
Provides access to the Cactus configuration parameters related to the
JSP Redirector.
|
interface |
ServletConfiguration
Provides access to the Cactus configuration parameters related to the
Servlet Redirector.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractWebConfiguration
Common implementation for all
WebConfiguration
implementations. |
class |
DefaultFilterConfiguration
Provides access to the Cactus configuration parameters related to the
Filter Redirector.
|
class |
DefaultJspConfiguration
Provides access to the Cactus configuration parameters related to the
JSP Redirector.
|
class |
DefaultServletConfiguration
Provides access to the Cactus configuration parameters related to the
Servlet Redirector.
|
Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.