All Packages Class Hierarchy This Package Previous Next Index
Class tejas.EMChangeLoginServlet
java.lang.Object
|
+----javax.servlet.GenericServlet
|
+----javax.servlet.http.HttpServlet
|
+----tejas.EMChangeLoginServlet
- public class EMChangeLoginServlet
- extends HttpServlet
This allows an event manager to login as a subevent manager and makes changes to the
stored values in the session. When logout occurs, the values are restored.
- Author:
- B.Aditya
-
EMChangeLoginServlet()
-
-
doPost(HttpServletRequest, HttpServletResponse)
-
doPost - takes the subeventid and spews out the corresponding
page of the subeventmanager after changing session vars.
EMChangeLoginServlet
public EMChangeLoginServlet()
doPost
public void doPost(HttpServletRequest req,
HttpServletResponse res) throws ServletException, IOException
-
doPost - takes the subeventid and spews out the corresponding
page of the subeventmanager after changing session vars.
- Parameters:
- HttpServletRequest - req
- HttpServletResponse - res
- Overrides:
- doPost in class HttpServlet
All Packages Class Hierarchy This Package Previous Next Index