public abstract class AbstractAppletServiceServlet extends HttpServlet
Constructor and Description |
---|
AbstractAppletServiceServlet() |
Modifier and Type | Method and Description |
---|---|
protected void |
doGet(HttpServletRequest request,
HttpServletResponse response) |
protected void |
doPost(HttpServletRequest request,
HttpServletResponse response) |
protected abstract <T> MessageHandler<T> |
getMessageHandler(Class<T> messageClass)
This method needs to be implemented by servlets that extend this abstract
base servlet.
|
void |
init(ServletConfig config) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
public void init(ServletConfig config) throws ServletException
init
in interface Servlet
init
in class GenericServlet
ServletException
protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
doGet
in class HttpServlet
ServletException
IOException
protected abstract <T> MessageHandler<T> getMessageHandler(Class<T> messageClass)
messageClass
- protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
doPost
in class HttpServlet
ServletException
IOException
Copyright © 2008-2016 FedICT. All Rights Reserved.