Interface HttpServletRequestHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean  request,  response)
      Returns true if the request was handled, false otherwise.
    • Method Detail

      • service

        boolean  request,
                         response)
                 throws 
        Returns true if the request was handled, false otherwise.
        Throws: