org.apache.catalina.core.ApplicationDispatcher Standard implementation of <code>RequestDispatcher</code> that allows a request to be forwarded to a different resource to create the ultimate response, or to include the output of another resource in the response from this resource. This implementation allows application level servle ...
org.apache.catalina.core.ApplicationFilterChain Implementation of <code>javax.servlet.FilterChain</code> used to manage the execution of a set of filters for a particular request. When the set of defined filters has all been executed, the next call to <code>doFilter()</code> will execute the servlet's <code>servic ...
org.apache.catalina.InstanceEvent General event for notifying listeners of significant events related to a specific instance of a Servlet, or a specific instance of a Filter, as opposed to the Wrapper component that manages it. @author Craig R. McClanahan @version $Revision: 1.2 $ $Date: 2004/02/27 14:58:38 $
org.eclipse.tomcat.internal.EclipseErrorReportValve <p>Implementation of a Valve that outputs HTML error pages.</p> <p>This Valve should be attached at the Host level, although it will work if attached to a Context.</p> <p>HTML code from the Cocoon 2 project.</p>