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

Constructor Index

 o EMViewSubEventsServlet()

Method Index

 o doGet(HttpServletRequest, HttpServletResponse)
The doGet function checks if the session is ok and the user is indeed an EM.

Constructors

 o EMViewSubEventsServlet
 public EMViewSubEventsServlet()

Methods

 o 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