All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tejas.AdminRemoveEventServlet

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

public class AdminRemoveEventServlet
extends HttpServlet
This class provides the frontend for the sysad to remove an event from a database. It inputs the eventid and the eventname and removes all tuples in the db corresponding to it

Author:
B. Aditya

Constructor Index

 o AdminRemoveEventServlet()

Method Index

 o doPost(HttpServletRequest, HttpServletResponse)
doPost takes the names sent in by the doGet method and causes a delete on the db.

Constructors

 o AdminRemoveEventServlet
 public AdminRemoveEventServlet()

Methods

 o doPost
 public void doPost(HttpServletRequest req,
                    HttpServletResponse res) throws ServletException, IOException
doPost takes the names sent in by the doGet method and causes a delete on the db.

Parameters:
req - HttpRequest
res - HttpResponse
Overrides:
doPost in class HttpServlet

All Packages  Class Hierarchy  This Package  Previous  Next  Index