All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tejas.EMViewEventServlet

java.lang.Object
   |
   +----javax.servlet.GenericServlet
           |
           +----javax.servlet.http.HttpServlet
                   |
                   +----tejas.EMViewEventServlet

public class EMViewEventServlet
extends HttpServlet
This class allows the event manager to view/modify the following details of the event: name, startDate, endDate, IC_flag, moderated_flag, location

Author:
Tejas Iyer

Constructor Index

 o EMViewEventServlet()

Method Index

 o doGet(HttpServletRequest, HttpServletResponse)
processes a get request and spews out a form for the sysad to fill
 o doPost(HttpServletRequest, HttpServletResponse)
Performs the HTTP POST operation; the default implementation reports an HTTP BAD_REQUEST error.
 o init()
The init method of the servlet

Constructors

 o EMViewEventServlet
 public EMViewEventServlet()

Methods

 o init
 public void init()
The init method of the servlet

 o doGet
 public void doGet(HttpServletRequest req,
                   HttpServletResponse res) throws IOException
processes a get request and spews out a form for the sysad to fill

Parameters:
req - The HttpServletRequest which asked for the form
res - The HttpServletResponse to which the form shall be written
Overrides:
doGet in class HttpServlet
 o doPost
 public void doPost(HttpServletRequest req,
                    HttpServletResponse res) throws IOException
Performs the HTTP POST operation; the default implementation reports an HTTP BAD_REQUEST error.

Overrides:
doPost in class HttpServlet

All Packages  Class Hierarchy  This Package  Previous  Next  Index