Class TimerWelcomeServlet

  • All Implemented Interfaces:
    jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

    public class TimerWelcomeServlet
    extends jakarta.servlet.http.HttpServlet
    Author:
    mvatkina
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class jakarta.servlet.http.HttpServlet

        LEGACY_DO_HEAD
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void doGet​(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
      Handles the HTTP GET method.
      protected void doPost​(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
      Handles the HTTP POST method.
      String getServletInfo()
      Returns a short description of the servlet.
      protected void processRequest​(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
      Processes requests for both HTTP GET and POST methods.
      • Methods inherited from class jakarta.servlet.http.HttpServlet

        doDelete, doHead, doOptions, doPut, doTrace, getLastModified, init, service, service
      • Methods inherited from class jakarta.servlet.GenericServlet

        destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log, log
    • Constructor Detail

      • TimerWelcomeServlet

        public TimerWelcomeServlet()
    • Method Detail

      • processRequest

        protected void processRequest​(jakarta.servlet.http.HttpServletRequest request,
                                      jakarta.servlet.http.HttpServletResponse response)
                               throws jakarta.servlet.ServletException,
                                      IOException
        Processes requests for both HTTP GET and POST methods.
        Parameters:
        request - servlet request
        response - servlet response
        Throws:
        jakarta.servlet.ServletException
        IOException
      • doGet

        protected void doGet​(jakarta.servlet.http.HttpServletRequest request,
                             jakarta.servlet.http.HttpServletResponse response)
                      throws jakarta.servlet.ServletException,
                             IOException
        Handles the HTTP GET method.
        Overrides:
        doGet in class jakarta.servlet.http.HttpServlet
        Parameters:
        request - servlet request
        response - servlet response
        Throws:
        jakarta.servlet.ServletException
        IOException
      • doPost

        protected void doPost​(jakarta.servlet.http.HttpServletRequest request,
                              jakarta.servlet.http.HttpServletResponse response)
                       throws jakarta.servlet.ServletException,
                              IOException
        Handles the HTTP POST method.
        Overrides:
        doPost in class jakarta.servlet.http.HttpServlet
        Parameters:
        request - servlet request
        response - servlet response
        Throws:
        jakarta.servlet.ServletException
        IOException
      • getServletInfo

        public String getServletInfo()
        Returns a short description of the servlet.
        Specified by:
        getServletInfo in interface jakarta.servlet.Servlet
        Overrides:
        getServletInfo in class jakarta.servlet.GenericServlet