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
-
EMViewEventServlet()
-
-
doGet(HttpServletRequest, HttpServletResponse)
- processes a get request and spews out a form for the sysad to fill
-
doPost(HttpServletRequest, HttpServletResponse)
-
Performs the HTTP POST operation; the default implementation
reports an HTTP BAD_REQUEST error.
-
init()
- The init method of the servlet
EMViewEventServlet
public EMViewEventServlet()
init
public void init()
- The init method of the servlet
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
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