|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.cactus.server | |
org.apache.cactus | Contains all classes needed for Writing Cactus test classes. |
org.apache.cactus.server |
Classes in org.apache.cactus.server used by org.apache.cactusHttpServletRequestWrapper
|
Encapsulation class for the Servlet 2.2 API HttpServletRequest .
PageContextWrapper
|
Wrapper around PageContext so that get methods that would
normally return implicit objects will now return Cactus wrapper of
implicit objects instead.ServletConfigWrapper
|
Wrapper around ServletConfig which overrides the
getServletContext() method to return our own wrapper around
ServletContext . |
Classes in org.apache.cactus.server used by org.apache.cactus.serverAbstractHttpServletRequestWrapper
|
Abstract wrapper around HttpServletRequest . AbstractPageContextWrapper
|
Abstract wrapper around PageContext . AbstractServletContextWrapper
|
Abstract wrapper around ServletContext . AbstractTestCaller
|
Responsible for instanciating the TestCase class on the server
side, set up the implicit objects and call the test method. AbstractTestController
|
Controller that extracts the requested service from the HTTP request and executes the request by calling a WebTestCaller . JspImplicitObjects
|
Holder class that contains the instances of the implicit objects that will be accessible in the test classes (i.e. subclasses of JspTestCase ).ServletImplicitObjects
|
Holder class that contains the instances of the implicit objects that will be accessible in the test classes (i.e. subclasses of ServletTestCase ).ServletTestCaller
|
Responsible for instanciating the TestCase class on the server
side, set up the implicit objects and call the test method.WebImplicitObjects
|
Holder class that contains the instances of the implicit objects that exist for all web requests. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |