All Packages Class Hierarchy This Package Previous Next Index
Class tejas.SEMRemoveJudgeServlet
java.lang.Object
|
+----javax.servlet.GenericServlet
|
+----javax.servlet.http.HttpServlet
|
+----tejas.SEMRemoveJudgeServlet
- public class SEMRemoveJudgeServlet
- extends HttpServlet
This class allows a SEM to remove a judge.
Data(email id of the judge) is posted to this function.
- Author:
- B.Aditya
-
SEMRemoveJudgeServlet()
-
-
doPost(HttpServletRequest, HttpServletResponse)
-
doPost takes an email id of a judge as a parameter and removes it.
SEMRemoveJudgeServlet
public SEMRemoveJudgeServlet()
doPost
public void doPost(HttpServletRequest req,
HttpServletResponse res) throws ServletException, IOException
-
doPost takes an email id of a judge as a parameter and removes it.
- Parameters:
- req - HttpRequest
- res - HttpResponse
- Overrides:
- doPost in class HttpServlet
All Packages Class Hierarchy This Package Previous Next Index