public class WikiServlet
extends HttpServlet
| Constructor and Description | 
|---|
WikiServlet()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
destroy()
Destroys the WikiServlet; called by the servlet container
 when shutting down the webapp. 
 | 
void | 
doGet(HttpServletRequest req,
     HttpServletResponse res) | 
void | 
doPost(HttpServletRequest req,
      HttpServletResponse res) | 
void | 
init(ServletConfig config) | 
public void init(ServletConfig config)
          throws ServletException
ServletExceptionpublic void destroy()
WikiEngine.shutdown(), which
 sends WikiEngineEvent.SHUTDOWN
 events to registered listeners.javax.servlet.GenericServlet#destroy()public void doPost(HttpServletRequest req,
                   HttpServletResponse res)
            throws java.io.IOException,
                   ServletException
java.io.IOExceptionServletExceptionpublic void doGet(HttpServletRequest req,
                  HttpServletResponse res)
           throws java.io.IOException,
                  ServletException
java.io.IOExceptionServletExceptionstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.