All Packages Class Hierarchy This Package Previous Next Index
Class tejas.SEMPendingServlet
java.lang.Object
|
+----javax.servlet.GenericServlet
|
+----javax.servlet.http.HttpServlet
|
+----tejas.SEMPendingServlet
- public class SEMPendingServlet
- extends HttpServlet
This servlet throws out a table of participants whose approval is pending and allows
the SEM to reject/accept participants.
- Author:
- B.Aditya
-
SEMPendingServlet()
-
-
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.
SEMPendingServlet
public SEMPendingServlet()
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