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

Constructor Index

 o SEMViewSEServlet()

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 SEMViewSEServlet
 public SEMViewSEServlet()

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