All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tejas.SEMPDetailsServlet

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

public class SEMPDetailsServlet
extends HttpServlet
This servlet takes a userid for a subevent and throws out all the details about that participant (be he individual or team)

Author:
B.Aditya

Constructor Index

 o SEMPDetailsServlet()

Method Index

 o doGet(HttpServletRequest, HttpServletResponse)
doGet takes a loginid as parameter from the caller and calls up the appropriate details and displays all.

Constructors

 o SEMPDetailsServlet
 public SEMPDetailsServlet()

Methods

 o doGet
 public void doGet(HttpServletRequest req,
                   HttpServletResponse res) throws ServletException, IOException
doGet takes a loginid as parameter from the caller and calls up the appropriate details and displays all. That's all!!

Parameters:
HttpServletRequest - req
HttpServletResponse - res
Overrides:
doGet in class HttpServlet

All Packages  Class Hierarchy  This Package  Previous  Next  Index