All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tejas.EMViewTeamServlet

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

public class EMViewTeamServlet
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 EMViewTeamServlet()

Method Index

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

Constructors

 o EMViewTeamServlet
 public EMViewTeamServlet()

Methods

 o init
 public void init()
doGet takes a Eventid and a contingent name as a parameter from the caller and displays all the teams from that contingent which are registered for an event.

Parameters:
HttpServletRequest - req
HttpServletResponse - res
 o doGet
 public void doGet(HttpServletRequest req,
                   HttpServletResponse res) throws ServletException, IOException
Performs the HTTP GET operation; the default implementation reports an HTTP BAD_REQUEST error.

Overrides:
doGet in class HttpServlet

All Packages  Class Hierarchy  This Package  Previous  Next  Index