All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tejas.SEMViewJudgeServlet

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

public class SEMViewJudgeServlet
extends HttpServlet
This class displays a list of judges for the subevent. Also lets SEM either view or delete that judge.

Author:
B.Aditya

Constructor Index

 o SEMViewJudgeServlet()

Method Index

 o doGet(HttpServletRequest, HttpServletResponse)
The doGet function checks if the session is ok and the user is indeed an EM.
 o doPost(HttpServletRequest, HttpServletResponse)
Performs the HTTP POST operation; the default implementation reports an HTTP BAD_REQUEST error.

Constructors

 o SEMViewJudgeServlet
 public SEMViewJudgeServlet()

Methods

 o doGet
 public void doGet(HttpServletRequest request,
                   HttpServletResponse response) throws ServletException, IOException
The doGet function checks if the session is ok and the user is indeed an EM. If so, it displays a list of subevents currently in the database, with links going off from each of them - which show a particular subevent's complete details.

Parameters:
request - HttpServletRequest
response - HttpServletResponse
Overrides:
doGet in class HttpServlet
 o 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