public class RWikiServlet extends HttpServlet
| Modifier and Type | Field and Description |
|---|---|
static String |
SAVED_REQUEST_URL |
| Constructor and Description |
|---|
RWikiServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
addWikiStylesheet(HttpServletRequest request) |
protected void |
doGet(HttpServletRequest request,
HttpServletResponse response) |
protected void |
doPost(HttpServletRequest request,
HttpServletResponse response) |
void |
execute(HttpServletRequest request,
HttpServletResponse response) |
void |
init(ServletConfig servletConfig) |
void |
prePopulateRealm(HttpServletRequest request) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicedestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, logpublic static final String SAVED_REQUEST_URL
public void init(ServletConfig servletConfig) throws ServletException
init in interface Servletinit in class GenericServletServletExceptionprotected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
doGet in class HttpServletServletExceptionIOExceptionprotected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
doPost in class HttpServletServletExceptionIOExceptionpublic void execute(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
ServletExceptionIOExceptionpublic void prePopulateRealm(HttpServletRequest request)
public void addWikiStylesheet(HttpServletRequest request)
Copyright © 2003-2014 Sakai Project. All Rights Reserved.