|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WebImplicitObjects | |
|---|---|
| org.apache.cactus.internal.server | Contains the classes implementing the server side of Cactus. |
| Uses of WebImplicitObjects in org.apache.cactus.internal.server |
|---|
| Classes in org.apache.cactus.internal.server that implement WebImplicitObjects | |
|---|---|
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). |
| Fields in org.apache.cactus.internal.server declared as WebImplicitObjects | |
|---|---|
protected WebImplicitObjects |
AbstractWebTestCaller.webImplicitObjects
The implicit objects (which will be used to set the test case fields in the setTesCaseFields method. |
| Methods in org.apache.cactus.internal.server with parameters of type WebImplicitObjects | |
|---|---|
protected AbstractWebTestCaller |
FilterTestController.getTestCaller(WebImplicitObjects theObjects)
|
protected AbstractWebTestCaller |
ServletTestController.getTestCaller(WebImplicitObjects theObjects)
|
protected abstract AbstractWebTestCaller |
AbstractWebTestController.getTestCaller(WebImplicitObjects theObjects)
|
protected AbstractWebTestCaller |
JspTestController.getTestCaller(WebImplicitObjects theObjects)
|
| Constructors in org.apache.cactus.internal.server with parameters of type WebImplicitObjects | |
|---|---|
AbstractWebTestCaller(WebImplicitObjects theObjects)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||