All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tejas.EMViewParticipantsServlet

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

public class EMViewParticipantsServlet
extends HttpServlet
This servlet allows the Event Manager to view all the contingents which are registered for an event and the teams which belong to those contingents.

Author:
Vijay D'silva

Constructor Index

 o EMViewParticipantsServlet()

Method Index

 o doGet(HttpServletRequest, HttpServletResponse)
doGet takes a Eventid as parameter from the caller and displays all the contingents which are registered for that event.
 o doPost(HttpServletRequest, HttpServletResponse)
Performs the HTTP POST operation; the default implementation reports an HTTP BAD_REQUEST error.

Constructors

 o EMViewParticipantsServlet
 public EMViewParticipantsServlet()

Methods

 o doGet
 public void doGet(HttpServletRequest req,
                   HttpServletResponse res) throws ServletException, IOException
doGet takes a Eventid as parameter from the caller and displays all the contingents which are registered for that event.

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