Uses of Package
org.apache.cactus.server

Packages that use org.apache.cactus.server
org.apache.cactus Contains all classes needed for writing Cactus tests. 
org.apache.cactus.server Contains the classes implementing the server side of Cactus. 
 

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 for Servlet API 2.2.
 

Classes in org.apache.cactus.server used by org.apache.cactus.server
AbstractHttpServletRequestWrapper
          Abstract wrapper around HttpServletRequest.
AbstractPageContextWrapper
          Abstract wrapper around PageContext.
AbstractServletConfigWrapper
          Abstract wrapper around ServletConfig which overrides the getServletContext() method to return our own wrapper around ServletContext.
AbstractServletContextWrapper
          Abstract wrapper around ServletContext.
AbstractWebImplicitObjects
          Holder class that contains the instances of the implicit objects that exist for all web requests.
AbstractWebTestCaller
          Responsible for instanciating the TestCase class on the server side, set up the implicit objects and call the test method.
AbstractWebTestController
          Controller that extracts the requested service from the HTTP request and executes the request.
ImplicitObjects
          Tagging interface for implicit objects.
JspImplicitObjects
          Holder class that contains the instances of the implicit objects that will be accessible in the test classes (ie subclasses of JspTestCase).
ServletImplicitObjects
          Holder class that contains the instances of the implicit objects that will be accessible in the test classes (ie subclasses of ServletTestCase).
ServletTestCaller
          Responsible for instanciating the TestCase class on the server side, set up the implicit objects and call the test method.
TestController
          Controller interface that simlulates a bit the controller from the MVC model in that this controller implementation classes are in charge of extracting data from the request and calling the test method to execute.
WebImplicitObjects
          Interface for implicit objects that exist for all web requests (HttpServletRequest, HttpServletResponse and ServletContext).
 



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