Uses of Package
org.apache.cactus.internal.server

Packages that use org.apache.cactus.internal.server
org.apache.cactus.internal.server Contains the classes implementing the server side of Cactus. 
org.apache.cactus.server Contains the Cactus redirectors and the Cactus wrappers around all Servlet, Filter and JSP implicit objects. 
 

Classes in org.apache.cactus.internal.server used by org.apache.cactus.internal.server
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.
FilterImplicitObjects
          Holder class that contains the instances of the implicit objects that will be accessible in the test classes (ie subclasses of FilterTestCase).
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.
WebImplicitObjects
          Interface for implicit objects that exist for all web requests (HttpServletRequest, HttpServletResponse and ServletContext).
 

Classes in org.apache.cactus.internal.server used by org.apache.cactus.server
JspImplicitObjects
          Holder class that contains the instances of the implicit objects that will be accessible in the test classes (ie subclasses of JspTestCase).
 



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