org.apache.ajp.tomcat4

Class JkServlet

Implemented Interfaces:
ContainerServlet

public class JkServlet
extends HttpServlet
implements ContainerServlet

Module loader for JkServlet

Author:
Costin Manolache

Method Summary

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.

Method Details

getWrapper

public Wrapper getWrapper()
Return the Wrapper with which this Servlet is associated.
Specified by:
getWrapper in interface ContainerServlet


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.
Specified by:
setWrapper in interface ContainerServlet

Parameters:
wrapper - The new associated Wrapper


Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.