Uses of Package
org.apache.cactus.server

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.cactus
HttpServletRequestWrapper
          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.server
AbstractHttpServletRequestWrapper
          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.
 



Copyright © 2000-2001 Apache Software Foundation. All Rights Reserved.