Package | Description |
---|---|
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.
|
Class and Description |
---|
FilterConfigWrapper
Wrapper around
FilterConfig which overrides the
getServletContext() method to return our own wrapper around
ServletContext . |
HttpServletRequestWrapper
Provide implementation of
HttpServletRequest for the Servlet 2.4
API specifications. |
PageContextWrapper
Provide implementation of
PageContext for the Servlet 2.4
API specifications. |
ServletConfigWrapper
Wrapper around
ServletConfig for Servlet API 2.3. |
Class and Description |
---|
AbstractHttpServletRequestWrapper
Abstract wrapper around
HttpServletRequest . |
AbstractHttpServletRequestWrapper23
Extends
AbstractHttpServletRequestWrapper by adding the new methods
of the Servlet 2.3 API specifications. |
AbstractPageContextWrapper
Abstract wrapper around
PageContext . |
AbstractPageContextWrapper23
Extends
AbstractPageContextWrapper by adding the new methods
of the Servlet 2.3 API specifications. |
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.