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
-
EMRemoveSubEventServlet()
-
-
doGet(HttpServletRequest, HttpServletResponse)
- The
doGet method accepts the subeventid, cross checks it with SEName and then deletes.
-
doPost(HttpServletRequest, HttpServletResponse)
-
doPost takes the names sent in by the doGet method and causes a delete on the db.
EMRemoveSubEventServlet
public EMRemoveSubEventServlet()
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
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