All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tejas.SEMRegisteredServlet

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

public class SEMRegisteredServlet
extends HttpServlet
This class displays the details of all the registered participants and allows SEM to insert the SEM_Spec_SEM_Filled data.

Author:
B.Aditya

Constructor Index

 o SEMRegisteredServlet()

Method Index

 o doGet(HttpServletRequest, HttpServletResponse)
doGet displays a list of approved/registered participants for the subevent and then allows the SEM to update the details required to be filled by SEM.
 o doPost(HttpServletRequest, HttpServletResponse)
Performs the HTTP POST operation; the default implementation reports an HTTP BAD_REQUEST error.

Constructors

 o SEMRegisteredServlet
 public SEMRegisteredServlet()

Methods

 o doGet
 public void doGet(HttpServletRequest req,
                   HttpServletResponse res) throws ServletException, IOException
doGet displays a list of approved/registered participants for the subevent and then allows the SEM to update the details required to be filled by SEM.

Parameters:
HttpServletRequest - req
HttpServletResponse - res
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