public class DispatchServlet extends HttpServlet
| Constructor and Description |
|---|
DispatchServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
doGet(HttpServletRequest sreq,
HttpServletResponse sres) |
void |
doPost(HttpServletRequest sreq,
HttpServletResponse sres) |
String |
getServletInfo() |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicegetInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, init, log, logpublic void doPost(HttpServletRequest sreq, HttpServletResponse sres) throws ServletException, IOException
doPost in class HttpServletServletExceptionIOExceptionpublic void doGet(HttpServletRequest sreq, HttpServletResponse sres) throws ServletException, IOException
doGet in class HttpServletServletExceptionIOExceptionpublic String getServletInfo()
getServletInfo in interface ServletgetServletInfo in class GenericServletpublic void destroy()
destroy in interface Servletdestroy in class GenericServletCopyright © 1995-2015 Webtide. All Rights Reserved.