All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tejas.EMRemoveSubEventServlet

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

public class EMRemoveSubEventServlet
extends HttpServlet
This class allows an event manager to remove a subevent

Author:
B.Aditya

Constructor Index

 o EMRemoveSubEventServlet()

Method Index

 o doGet(HttpServletRequest, HttpServletResponse)
The doGet method accepts the subeventid, cross checks it with SEName and then deletes.
 o doPost(HttpServletRequest, HttpServletResponse)
doPost takes the names sent in by the doGet method and causes a delete on the db.

Constructors

 o EMRemoveSubEventServlet
 public EMRemoveSubEventServlet()

Methods

 o doGet
 public void doGet(HttpServletRequest req,
                   HttpServletResponse res) throws ServletException, IOException
The doGet method accepts the subeventid, cross checks it with SEName and then deletes.

Parameters:
req - HttpRequest
res - HttpResponse
Overrides:
doGet in class HttpServlet
 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