public class MapwayDocServlet
extends javax.servlet.http.HttpServlet
| 构造器和说明 |
|---|
MapwayDocServlet()
Constructor of the object.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
destroy()
Destruction of the servlet.
|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
The doGet method of the servlet.
|
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
The doPost method of the servlet.
|
void |
init()
Initialization of the servlet.
|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic void destroy()
destroy 在接口中 javax.servlet.Servletdestroy 在类中 javax.servlet.GenericServletpublic void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doGet 在类中 javax.servlet.http.HttpServletrequest - the request send by the client to the serverresponse - the response send by the server to the clientjavax.servlet.ServletException - if an error occurredIOException - if an error occurredpublic void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doPost 在类中 javax.servlet.http.HttpServletrequest - the request send by the client to the serverresponse - the response send by the server to the clientjavax.servlet.ServletException - if an error occurredIOException - if an error occurredpublic void init()
throws javax.servlet.ServletException
init 在类中 javax.servlet.GenericServletjavax.servlet.ServletException - if an error occursCopyright © 2016. All rights reserved.