java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.ajp.tomcat4.JkServlet
- All Implemented Interfaces:
- org.apache.catalina.ContainerServlet, java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- public class JkServlet
- extends javax.servlet.http.HttpServlet
- implements org.apache.catalina.ContainerServlet
Module loader for JkServlet
| Fields inherited from class javax.servlet.http.HttpServlet |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
wrapper
org.apache.catalina.Wrapper wrapper
ctx
org.apache.catalina.Context ctx
dL
private static final int dL
- See Also:
- Constant Field Values
JkServlet
public JkServlet()
getWrapper
public org.apache.catalina.Wrapper getWrapper()
- Description copied from interface:
org.apache.catalina.ContainerServlet
- Return the Wrapper with which this Servlet is associated.
- Specified by:
getWrapper in interface org.apache.catalina.ContainerServlet
setWrapper
public void setWrapper(org.apache.catalina.Wrapper wrapper)
- Description copied from interface:
org.apache.catalina.ContainerServlet
- Set the Wrapper with which this Servlet is associated.
- Specified by:
setWrapper in interface org.apache.catalina.ContainerServlet
init
public void init()
throws javax.servlet.ServletException
- Initialize this servlet.
service
public void service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException,
javax.servlet.ServletException
- Description copied from class:
javax.servlet.http.HttpServlet
- Receives standard HTTP requests from the public
service method and dispatches
them to the doXXX methods defined in
this class. This method is an HTTP-specific version of the
Servlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)>Servlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse) 55 method. There's no
need to override this method.
d
private void d(java.lang.String s)