Class DebugServlet

  • All Implemented Interfaces:
    java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    @Deprecated
    public class DebugServlet
    extends GenericServlet
    Deprecated.
    DebugServlet class description.
    Version:
    $Id: DebugServlet.java#1 $
    Author:
    Harald Kuhr, last modified by $Author: haku $
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DebugServlet()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void init()
      Deprecated.
       
      void service​(javax.servlet.http.HttpServletRequest pRequest, javax.servlet.http.HttpServletResponse pResponse)
      Deprecated.
       
      void service​(javax.servlet.ServletRequest pRequest, javax.servlet.ServletResponse pResponse)
      Deprecated.
       
      • Methods inherited from class javax.servlet.GenericServlet

        destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, log, log
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DebugServlet

        public DebugServlet()
        Deprecated.
    • Method Detail

      • service

        public final void service​(javax.servlet.ServletRequest pRequest,
                                  javax.servlet.ServletResponse pResponse)
                           throws javax.servlet.ServletException,
                                  java.io.IOException
        Deprecated.
        Specified by:
        service in interface javax.servlet.Servlet
        Specified by:
        service in class javax.servlet.GenericServlet
        Throws:
        javax.servlet.ServletException
        java.io.IOException
      • init

        public void init()
                  throws javax.servlet.ServletException
        Deprecated.
        Overrides:
        init in class javax.servlet.GenericServlet
        Throws:
        javax.servlet.ServletException
      • service

        public void service​(javax.servlet.http.HttpServletRequest pRequest,
                            javax.servlet.http.HttpServletResponse pResponse)
                     throws javax.servlet.ServletException,
                            java.io.IOException
        Deprecated.
        Throws:
        javax.servlet.ServletException
        java.io.IOException