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
-
EMViewTeamServlet()
-
-
doGet(HttpServletRequest, HttpServletResponse)
- Performs the HTTP GET operation; the default implementation
reports an HTTP BAD_REQUEST error.
-
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.
EMViewTeamServlet
public EMViewTeamServlet()
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
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