All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tejas.ViewResultServlet

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

public class ViewResultServlet
extends HttpServlet
This Class displays the results of a given Sub Event as a table.

Author:
Vijay

Constructor Index

 o ViewResultServlet()

Method Index

 o doGet(HttpServletRequest, HttpServletResponse)
Given Gets the event and Subevent details from the page and displays the corresponding results.
 o init()

Constructors

 o ViewResultServlet
 public ViewResultServlet()

Methods

 o init
 public void init()
 o doGet
 public void doGet(HttpServletRequest req,
                   HttpServletResponse res) throws ServletException, IOException
Given Gets the event and Subevent details from the page and displays the corresponding results.

Overrides:
doGet in class HttpServlet

All Packages  Class Hierarchy  This Package  Previous  Next  Index