Class Mainquery
java.lang.Object
|
+----javax.servlet.GenericServlet
|
+----javax.servlet.http.HttpServlet
|
+----Mainquery
- public class Mainquery
- extends HttpServlet
This is the main program for the queries
According to the formno it will decide which query has come
-
Mainquery()
-
-
doPost(HttpServletRequest, HttpServletResponse)
-
-
init(ServletConfig)
-
Mainquery
public Mainquery()
init
public void init(ServletConfig config) throws ServletException
- Overrides:
- init in class GenericServlet
doPost
public void doPost(HttpServletRequest req,
HttpServletResponse res) throws ServletException, IOException
- Overrides:
- doPost in class HttpServlet