See: Description
Class | 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 . |
FilterConfigWrapper |
Wrapper around
FilterConfig which overrides the
getServletContext() method to return our own wrapper around
ServletContext . |
FilterTestRedirector |
Generic Filter redirector that calls a test method on the server side.
|
HttpServletRequestWrapper |
Provide implementation of
HttpServletRequest for the Servlet 2.4
API specifications. |
JspTestRedirector |
Extension of the
jspRedirector.jsp JSP Redirector in the java
realm in order to provide a symmetry with the ServletRedirector
and minimize the amount of java code in jspRedirector.jsp . |
PageContextWrapper |
Provide implementation of
PageContext for the Servlet 2.4
API specifications. |
RequestDispatcherWrapper |
Wrapper around
RequestDispatcher which overrides the
forward() and include methods to use the original
HTTP request object instead of the simulated one used by Cactus. |
ServletConfigWrapper |
Wrapper around
ServletConfig for Servlet API 2.3. |
ServletContextWrapper |
Wrapper around Servlet 2.3
ServletContext . |
ServletTestRedirector |
Generic Servlet redirector that calls a test method on the server side.
|
Contains the Cactus redirectors and the Cactus wrappers around all Servlet, Filter and JSP implicit objects.
Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.