All Packages Class Hierarchy This Package Previous Next Index
Class tejas.AdminViewEventsServlet
java.lang.Object
|
+----javax.servlet.GenericServlet
|
+----javax.servlet.http.HttpServlet
|
+----tejas.AdminViewEventsServlet
- public class AdminViewEventsServlet
- extends HttpServlet
This class, on a doGet displays all the events currently in the database
and then allows the sysad to view event details of any event.
- Author:
- B. Aditya
-
AdminViewEventsServlet()
-
-
doGet(HttpServletRequest, HttpServletResponse)
- The doGet function checks if the session is ok and the user is indeed a sysad.
AdminViewEventsServlet
public AdminViewEventsServlet()
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 a sysad.
If so, it displays a list of events currently in the database, with links going
off from each of them - which show a particular event's complete details.
- Parameters:
- request - HttpServletRequest
- response - HttpServletResponse
- Overrides:
- doGet in class HttpServlet
All Packages Class Hierarchy This Package Previous Next Index