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


Constructor Index

 o Mainquery()

Method Index

 o doPost(HttpServletRequest, HttpServletResponse)
 o init(ServletConfig)

Constructors

 o Mainquery
 public Mainquery()

Methods

 o init
 public void init(ServletConfig config) throws ServletException
Overrides:
init in class GenericServlet
 o doPost
 public void doPost(HttpServletRequest req,
                    HttpServletResponse res) throws ServletException, IOException
Overrides:
doPost in class HttpServlet