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 jakarta.servlet.http.HttpServlet
LEGACY_DO_HEAD -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPatch, doPut, doTrace, getLastModified, init, isSensitiveHeader, service, serviceMethods inherited from class jakarta.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, log, log
-
Constructor Details
-
WikipagePreviewServlet
public WikipagePreviewServlet()
-
-
Method Details
-
init
public void init() throws ServletException- Overrides:
initin classGenericServlet- Throws:
ServletException
-
doPost
protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException - Overrides:
doPostin classHttpServlet- Throws:
ServletExceptionIOException
-