All Packages Class Hierarchy This Package Previous Next Index
Class tejas.ShowResultsServlet
java.lang.Object
|
+----javax.servlet.GenericServlet
|
+----javax.servlet.http.HttpServlet
|
+----tejas.ShowResultsServlet
- public class ShowResultsServlet
- extends HttpServlet
This class allows the user to choose the subevent whose results are to be
viewed.
- Author:
- Vijay
-
ShowResultsServlet()
-
-
doGet(HttpServletRequest, HttpServletResponse)
- POST's the results of the Event.
-
init()
- Init Function..
ShowResultsServlet
public ShowResultsServlet()
init
public void init()
- Init Function..
doGet
public void doGet(HttpServletRequest request,
HttpServletResponse response) throws ServletException, IOException
- POST's the results of the Event. It is assumed that eventid is
passed as a parameter from the calling page.
- Parameters:
- req - The HttpServletRequest sent by the calling page.
- res - The HttpServletResponse contains the results of the subevent.
- Overrides:
- doGet in class HttpServlet
All Packages Class Hierarchy This Package Previous Next Index