Wrox Home  
Search P2P Archive for: Go

  Return to Index  

servlets thread: where are these methods implemented


Message #1 by "Balachandar" <zenithbala@h...> on Tue, 20 Feb 2001 09:10:18
The implementation classes are defined by the particular web container
you're using. In Tomcat 3.2, see the HttpServletRequestFacade and
HttpServletResponseFacade classes in the org.apache.tomcat.facade package;
in Tomcat 4.0, look for the ApplicationRequest, ApplicationResponse,
ApplicationHttpRequest, and ApplicationHttpResponse classes in
org.apache.catalina.core.

Richard Huss
Technical Architect, Wrox Press Ltd
richardh@w...

  Return to Index