All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tejas.SEMResultsServlet

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

public class SEMResultsServlet
extends HttpServlet
This servlet displays the current results and also allows the SEM to add,update results.

Author:
B. Aditya

Constructor Index

 o SEMResultsServlet()

Method Index

 o doGet(HttpServletRequest, HttpServletResponse)
The doGet displays all the current results.

Constructors

 o SEMResultsServlet
 public SEMResultsServlet()

Methods

 o doGet
 public void doGet(HttpServletRequest req,
                   HttpServletResponse res) throws ServletException, IOException
The doGet displays all the current results. It allows adding, updating and removing of results.

Overrides:
doGet in class HttpServlet

All Packages  Class Hierarchy  This Package  Previous  Next  Index