Class SampleAjaxPlugin

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String execute​(Context context, java.util.Map<java.lang.String,​java.lang.String> params)  
      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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • service

        public 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
        Specified by:
        service in interface WikiAjaxServlet
        Throws:
        javax.servlet.ServletException
        java.io.IOException