Package | Description |
---|---|
org.apache.cactus.internal.server |
Contains the classes implementing the server side of Cactus.
|
org.apache.cactus.spi.server |
Modifier and Type | Interface and Description |
---|---|
interface |
WebImplicitObjects
Interface for implicit objects that exist
for all web requests (
HttpServletRequest ,
HttpServletResponse and ServletContext ). |
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 | Method and Description |
---|---|
void |
AbstractWebTestController.handleRequest(ImplicitObjects theObjects)
Handles the incoming request by extracting the requested service and
calling the correct method on a
WebTestCaller . |
Modifier and Type | Method and Description |
---|---|
void |
TestController.handleRequest(ImplicitObjects theObjects)
Handles the incoming request by extracting the requested service and
calling the correct test method.
|
Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.