Package | Description |
---|---|
org.apache.cactus.internal.server |
Contains the classes implementing the server side of Cactus.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractWebImplicitObjects
Holder class that contains the instances of the implicit objects that exist
for all web requests.
|
class |
FilterImplicitObjects
Holder class that contains the instances of the implicit objects that will
be accessible in the test classes (ie subclasses of
FilterTestCase ). |
class |
JspImplicitObjects
Holder class that contains the instances of the implicit objects that will
be accessible in the test classes (ie subclasses of
JspTestCase ). |
class |
ServletImplicitObjects
Holder class that contains the instances of the implicit objects that will
be accessible in the test classes (ie subclasses of
ServletTestCase ). |
Modifier and Type | Field and Description |
---|---|
protected WebImplicitObjects |
AbstractWebTestCaller.webImplicitObjects
The implicit objects (which will be used to set the test case fields
in the
setTesCaseFields method. |
Modifier and Type | Method and Description |
---|---|
protected AbstractWebTestCaller |
FilterTestController.getTestCaller(WebImplicitObjects theObjects) |
protected abstract AbstractWebTestCaller |
AbstractWebTestController.getTestCaller(WebImplicitObjects theObjects) |
protected AbstractWebTestCaller |
JspTestController.getTestCaller(WebImplicitObjects theObjects) |
protected AbstractWebTestCaller |
ServletTestController.getTestCaller(WebImplicitObjects theObjects) |
Constructor and Description |
---|
AbstractWebTestCaller(WebImplicitObjects theObjects) |
Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.