Interface HasGetMethod

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void doGet​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      Public doGet(HttpServletRequest,HttpServletResponse) method, which can be invoked by the runtime
    • Method Detail

      • doGet

        void doGet​(javax.servlet.http.HttpServletRequest request,
                   javax.servlet.http.HttpServletResponse response)
            throws javax.servlet.ServletException,
                   java.io.IOException
        Public doGet(HttpServletRequest,HttpServletResponse) method, which can be invoked by the runtime
        Parameters:
        request - The HTTP request
        response - The HTTP response
        Throws:
        javax.servlet.ServletException - if the request cannot be handled
        java.io.IOException - if an I/O error occurs while reading the request or writing the response