public class CheckChangesInComments
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description |
|---|---|
static org.apache.log4j.Logger |
log |
| Constructor and Description |
|---|
CheckChangesInComments()
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 doPost method of the servlet.
|
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
The doGet method of the servlet.
|
static Long |
doSelectDateQuery(String sQuery,
String sValue)
Pobranie daty z bazy danych
|
static Long |
doSelectQuery(String sQuery,
String sValue)
Pobranie daty z bazy danych
|
void |
init()
Initialization of the servlet.
|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic CheckChangesInComments()
public void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServletpublic 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 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 init()
throws javax.servlet.ServletException
init in class javax.servlet.GenericServletjavax.servlet.ServletException - if an error occurspublic static Long doSelectQuery(String sQuery, String sValue)
sQuery - - lancuch znakowy zapytaniasValue - - wartosc poszukiwanej zmiennejCopyright © 2018 Suncode. All rights reserved.