Package | Description |
---|---|
org.apache.cactus.internal.server |
Contains the classes implementing the server side of Cactus.
|
Modifier and Type | Class and Description |
---|---|
class |
FilterTestCaller
Responsible for instanciating the
TestCase class on the server
side, set up the implicit objects and call the test method. |
class |
JspTestCaller
Call the test method on the server side after assigning the JSP implicit
objects using reflection.
|
class |
ServletTestCaller
Responsible for instanciating the
TestCase class on the server
side, set up the implicit objects and call the test 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) |
Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.