All Packages Class Hierarchy This Package Previous Next Index
Class tejas.EMPendingServlet
java.lang.Object
|
+----javax.servlet.GenericServlet
|
+----javax.servlet.http.HttpServlet
|
+----tejas.EMPendingServlet
- public class EMPendingServlet
- extends HttpServlet
This servlet throws out a list of contingents/individuals who wish to register and
are awaiting approval and accepts approval affirmation from the EM.
- Author:
- B.Aditya
-
EMPendingServlet()
-
-
doGet(HttpServletRequest, HttpServletResponse)
-
doGet gets a list of pending participants and displays all details
to the SEM and allows flo to approve/reject.
-
doPost(HttpServletRequest, HttpServletResponse)
-
doPost takes a set of accept/reject flags and updates the dbase
correspondingly.
EMPendingServlet
public EMPendingServlet()
doGet
public void doGet(HttpServletRequest req,
HttpServletResponse res) throws ServletException, IOException
-
doGet gets a list of pending participants and displays all details
to the SEM and allows flo to approve/reject.
- Parameters:
- HttpServletRequest - req
- HttpServletResponse - res
- Overrides:
- doGet in class HttpServlet
doPost
public void doPost(HttpServletRequest req,
HttpServletResponse res) throws ServletException, IOException
-
doPost takes a set of accept/reject flags and updates the dbase
correspondingly.
- Parameters:
- HttpServletRequest - req
- HttpServletResponse - res
- Overrides:
- doPost in class HttpServlet
All Packages Class Hierarchy This Package Previous Next Index