|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ImplicitObjects | |
| org.apache.cactus.server | Contains the classes implementing the server side of Cactus. |
| Uses of ImplicitObjects in org.apache.cactus.server |
| Subinterfaces of ImplicitObjects in org.apache.cactus.server | |
interface |
WebImplicitObjects
Interface for implicit objects that exist for all web requests ( HttpServletRequest,
HttpServletResponse and ServletContext). |
| Classes in org.apache.cactus.server that implement ImplicitObjects | |
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). |
| Methods in org.apache.cactus.server with parameters of type ImplicitObjects | |
void |
TestController.handleRequest(ImplicitObjects theObjects)
Handles the incoming request by extracting the requested service and calling the correct test method. |
void |
AbstractWebTestController.handleRequest(ImplicitObjects theObjects)
Handles the incoming request by extracting the requested service and calling the correct method on a WebTestCaller. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||