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 Cactus redirectors and the Cactus wrappers around all Servlet, Filter and JSP implicit objects. 
 

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.
 



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