org.apache.ajp.tomcat4
Class JkServlet
HttpServlet
org.apache.ajp.tomcat4.JkServlet
- ContainerServlet
public class JkServlet
extends HttpServlet
Module loader for JkServlet
- Costin Manolache
Wrapper | getWrapper() - Return the Wrapper with which this Servlet is associated.
|
void | init() - Initialize this servlet.
|
void | service(HttpServletRequest request, HttpServletResponse response)
|
void | setWrapper(Wrapper wrapper) - Set the Wrapper with which this Servlet is associated.
|
init
public void init()
throws ServletException
Initialize this servlet.
service
public void service(HttpServletRequest request,
HttpServletResponse response)
throws IOException,
ServletException
setWrapper
public void setWrapper(Wrapper wrapper)
Set the Wrapper with which this Servlet is associated.
- setWrapper in interface ContainerServlet
wrapper
- The new associated Wrapper
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.