public class EditorServlet extends HttpServlet
| Modifier and Type | Field and Description |
|---|---|
static String |
EDITOR_BOOTSTRAP_JS |
static String |
EDITOR_JS |
static String |
EDITOR_LAUNCH_JS |
static org.sakaiproject.portal.api.EditorRegistry |
editorRegistry |
static org.sakaiproject.portal.api.PortalService |
portalService |
| Constructor and Description |
|---|
EditorServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Shutdown the servlet.
|
protected void |
doError(HttpServletRequest req,
HttpServletResponse res,
Throwable t) |
protected void |
doGet(HttpServletRequest req,
HttpServletResponse res)
Respond to navigation / access requests.
|
protected void |
doPost(HttpServletRequest req,
HttpServletResponse res)
Respond to data posting requests.
|
String |
getServletInfo()
Access the Servlet's information display.
|
void |
init(ServletConfig config)
Initialize the servlet.
|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicegetInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log, logpublic static final String EDITOR_BOOTSTRAP_JS
public static final String EDITOR_JS
public static final String EDITOR_LAUNCH_JS
public static final org.sakaiproject.portal.api.PortalService portalService
public static final org.sakaiproject.portal.api.EditorRegistry editorRegistry
public String getServletInfo()
getServletInfo in interface ServletgetServletInfo in class GenericServletpublic void init(ServletConfig config) throws ServletException
init in interface Servletinit in class GenericServletconfig - The servlet config.ServletExceptionpublic void destroy()
destroy in interface Servletdestroy in class GenericServletprotected void doGet(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException
doGet in class HttpServletreq - The servlet request.res - The servlet response.ServletException.IOException.ServletExceptionIOExceptionprotected void doError(HttpServletRequest req, HttpServletResponse res, Throwable t)
protected void doPost(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException
doPost in class HttpServletreq - The servlet request.res - The servlet response.ServletException.IOException.ServletExceptionIOExceptionCopyright © 2003-2014 University of Michigan. All Rights Reserved.