Interface WikiAjaxServlet

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getServletMapping()  
      void service​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String actionName, java.util.List<java.lang.String> params)  
    • Method Detail

      • service

        void service​(javax.servlet.http.HttpServletRequest request,
                     javax.servlet.http.HttpServletResponse response,
                     java.lang.String actionName,
                     java.util.List<java.lang.String> params)
              throws javax.servlet.ServletException,
                     java.io.IOException
        Throws:
        javax.servlet.ServletException
        java.io.IOException