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 -
Method Summary
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
-
Constructor Details
-
WikipagePreviewServlet
public WikipagePreviewServlet()
-
-
Method Details
-
init
public void init() throws ServletException- Overrides:
init
in classGenericServlet
- Throws:
ServletException
-
doPost
protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException - Overrides:
doPost
in classHttpServlet
- Throws:
ServletException
IOException
-