Class LogoutServlet

Object
GenericServlet
HttpServlet
LogoutServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class LogoutServlet extends HttpServlet
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    service(HttpServletRequest request, HttpServletResponse response)
     

    Methods inherited from class HttpServlet

    doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service

    Methods inherited from class GenericServlet

    destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log

    Methods inherited from class Object

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

    • LogoutServlet

      public LogoutServlet()
  • Method Details

    • service

      protected void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
      Overrides:
      service in class HttpServlet
      Throws:
      ServletException
      IOException