public class UpdateWartZamNotCommon
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description |
|---|---|
static org.apache.log4j.Logger |
log |
| Constructor and Description |
|---|
UpdateWartZamNotCommon()
Constructor of the object.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
String |
getServletInfo()
Returns information about the servlet, such as author, version, and copyright.
|
void |
init()
Initialization of the servlet.
|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic UpdateWartZamNotCommon()
public void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServletpublic void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doGet in class 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 in class 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 String getServletInfo()
getServletInfo in interface javax.servlet.ServletgetServletInfo in class javax.servlet.GenericServletpublic void init()
throws javax.servlet.ServletException
init in class javax.servlet.GenericServletjavax.servlet.ServletException - if an error occursCopyright © 2018 Suncode. All rights reserved.