Class WikipagePreviewServlet

Object
GenericServlet
HttpServlet
WikipagePreviewServlet
All Implemented Interfaces:
Servlet, ServletConfig, Serializable

@WebServlet("/wiki/preview") public class WikipagePreviewServlet extends HttpServlet
See Also:
  • Field Summary

    Fields inherited from class HttpServlet

    LEGACY_DO_HEAD
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    doPost(HttpServletRequest request, HttpServletResponse response)
     
    void
     

    Methods inherited from class HttpServlet

    doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, init, service, service

    Methods inherited from class GenericServlet

    destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, log, log

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WikipagePreviewServlet

      public WikipagePreviewServlet()
  • Method Details

    • init

      public void init() throws ServletException
      Overrides:
      init in class GenericServlet
      Throws:
      ServletException
    • doPost

      protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
      Overrides:
      doPost in class HttpServlet
      Throws:
      ServletException
      IOException