All Packages Class Hierarchy This Package Previous Next Index
Class tejas.EMViewSubEventsServlet
java.lang.Object
|
+----javax.servlet.GenericServlet
|
+----javax.servlet.http.HttpServlet
|
+----tejas.EMViewSubEventsServlet
- public class EMViewSubEventsServlet
- extends HttpServlet
This class displays the list of all subevents for a given event and allows the
event manager to then view individual details for any subevent.
- Author:
- B. Aditya
-
EMViewSubEventsServlet()
-
-
doGet(HttpServletRequest, HttpServletResponse)
- The doGet function checks if the session is ok and the user is indeed an EM.
EMViewSubEventsServlet
public EMViewSubEventsServlet()
doGet
public void doGet(HttpServletRequest request,
HttpServletResponse response) throws ServletException, IOException
- The doGet function checks if the session is ok and the user is indeed an EM.
If so, it displays a list of subevents currently in the database, with links going
off from each of them - which show a particular subevent's complete details.
- Parameters:
- request - HttpServletRequest
- response - HttpServletResponse
- Overrides:
- doGet in class HttpServlet
All Packages Class Hierarchy This Package Previous Next Index