org.apache.cactus.server.AbstractServletContextWrapper Abstract wrapper around <code>ServletContext</code>. This class provides a common implementation of the wrapper for the different servlet API. In addition to implementing the <code>ServletContext</code> interface it provides additional features helpful for writing unit test ...
org.apache.cactus.server.RequestDispatcherWrapper Wrapper around <code>RequestDispatcher</code> which overrides the <code>forward()</code> and <code>include</code> methods to use the original HTTP request object instead of the simulated one used by Cactus. @version $Id: RequestDispatcherWrapper.java,v 1.1 2004 ...
com.jcorporate.expresso.core.jsdkapi.GenericDispatcher As we no longer support the 2.0 Servlet API, this class is just a wrapper to the appropriate methods, as they do not vary between 2.1 thru 2.3 of the API. <p/> IMPORTANT: The URL's for "forward" and "include" are RELATIVE to the context root (even if they begin with "/"). @author Shash Chat ...