Interface QueryRequestHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.springframework.web.servlet.ModelAndView handleQueryRequest​(javax.servlet.http.HttpServletRequest request, org.springframework.web.bind.annotation.RequestMethod requestMethod, javax.servlet.http.HttpServletResponse response)  
    • Method Detail

      • handleQueryRequest

        org.springframework.web.servlet.ModelAndView handleQueryRequest​(javax.servlet.http.HttpServletRequest request,
                                                                        org.springframework.web.bind.annotation.RequestMethod requestMethod,
                                                                        javax.servlet.http.HttpServletResponse response)
                                                                 throws Exception
        Throws:
        Exception