Class StandardQuery

java.lang.Object
   |
   +----javax.servlet.GenericServlet
           |
           +----javax.servlet.http.HttpServlet
                   |
                   +----StandardQuery

public class StandardQuery
extends HttpServlet
This servlet takes an integer i from the user and executes the query numbered i in the array standardQuery and displays the results.


Constructor Index

 o StandardQuery()

Method Index

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

Constructors

 o StandardQuery
 public StandardQuery()

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