All Packages Class Hierarchy This Package Previous Next Index
Class tejas.SEMViewSEServlet
java.lang.Object
|
+----javax.servlet.GenericServlet
|
+----javax.servlet.http.HttpServlet
|
+----tejas.SEMViewSEServlet
- public class SEMViewSEServlet
- extends HttpServlet
This class allows a subevent to view and reset details of his subevent.
semvsed
- Author:
- B.Aditya
-
SEMViewSEServlet()
-
-
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
SEMViewSEServlet
public SEMViewSEServlet()
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