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
-
EMPDetailsServlet()
-
-
doGet(HttpServletRequest, HttpServletResponse)
-
doGet takes a loginid as parameter from the caller and calls up
the appropriate details and displays all.
EMPDetailsServlet
public EMPDetailsServlet()
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