All Packages Class Hierarchy This Package Previous Next Index
Class tejas.SEMAddJudgeServlet
java.lang.Object
|
+----javax.servlet.GenericServlet
|
+----javax.servlet.http.HttpServlet
|
+----tejas.SEMAddJudgeServlet
- public class SEMAddJudgeServlet
- extends HttpServlet
class that allows a subevent manager to add a judge
- Author:
- B.Aditya
-
SEMAddJudgeServlet()
-
-
doGet(HttpServletRequest, HttpServletResponse)
-
doGet displays a form and accepts data.
-
doPost(HttpServletRequest, HttpServletResponse)
-
Performs the HTTP POST operation; the default implementation
reports an HTTP BAD_REQUEST error.
SEMAddJudgeServlet
public SEMAddJudgeServlet()
doGet
public void doGet(HttpServletRequest req,
HttpServletResponse res) throws ServletException, IOException
-
doGet displays a form and accepts data.
- Overrides:
- doGet in class HttpServlet
doPost
public void doPost(HttpServletRequest req,
HttpServletResponse res) throws ServletException, IOException
- Performs the HTTP POST operation; the default implementation
reports an HTTP BAD_REQUEST error.
- Overrides:
- doPost in class HttpServlet
All Packages Class Hierarchy This Package Previous Next Index