public class AsyncRestServlet extends AbstractRestServlet
__DEFAULT_APPID, _appid, APPID_PARAM, ITEMS_PARAM, STYLE
Constructor and Description |
---|
AsyncRestServlet() |
Modifier and Type | Method and Description |
---|---|
protected void |
doGet(HttpServletRequest request,
HttpServletResponse response) |
protected void |
doPost(HttpServletRequest request,
HttpServletResponse response) |
void |
init(ServletConfig servletConfig) |
generateThumbs, ms, restURL, sanitize, width
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
public void init(ServletConfig servletConfig) throws ServletException
init
in interface Servlet
init
in class AbstractRestServlet
ServletException
protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
doGet
in class HttpServlet
ServletException
IOException
protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
doPost
in class AbstractRestServlet
ServletException
IOException
Copyright © 1995-2015 Webtide. All Rights Reserved.