|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
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 . |
HttpServletRequestWrapper | Encapsulation class for the Servlet 2.2 API HttpServletRequest . |
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 | Wrapper around PageContext so that get methods that would
normally return implicit objects will now return Cactus wrapper of
implicit objects instead. |
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.2. |
ServletContextWrapper | Wrapper around Servlet 2.2 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.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |