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
-
EMViewParticipantsServlet()
-
-
doGet(HttpServletRequest, HttpServletResponse)
-
doGet takes a Eventid as parameter from the caller and
displays all the contingents which are registered for that event.
-
doPost(HttpServletRequest, HttpServletResponse)
-
Performs the HTTP POST operation; the default implementation
reports an HTTP BAD_REQUEST error.
EMViewParticipantsServlet
public EMViewParticipantsServlet()
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
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