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

Constructor Index

 o ShowResultsServlet()

Method Index

 o doGet(HttpServletRequest, HttpServletResponse)
POST's the results of the Event.
 o init()
Init Function..

Constructors

 o ShowResultsServlet
 public ShowResultsServlet()

Methods

 o init
 public void init()
Init Function..

 o 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