public class HttpServerService.MainServlet
extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
HttpServerService.MainServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doCreateReport(javax.servlet.http.HttpServletResponse resp,
String model,
String beginDate,
String endDate,
String account) |
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
protected void |
doHomeHtml(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
protected void |
doImage(javax.servlet.http.HttpServletResponse resp,
String imageParam) |
protected void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceprotected void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void doImage(javax.servlet.http.HttpServletResponse resp,
String imageParam)
throws IOException
IOExceptionprotected void doCreateReport(javax.servlet.http.HttpServletResponse resp,
String model,
String beginDate,
String endDate,
String account)
throws IOException
IOExceptionprotected void doHomeHtml(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws IOException
IOExceptionCopyright © 2008–2015 CodeLutin. All rights reserved.