All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tejas.EMPDetailsServlet

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

public class EMPDetailsServlet
extends HttpServlet
This servlet takes a userid for an event and throws out all the details about that participant (be he individual or contingent)

Author:
B.Aditya

Constructor Index

 o EMPDetailsServlet()

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 EMPDetailsServlet
 public EMPDetailsServlet()

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