All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tejas.AdminEventCapacityChangeServlet

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

public class AdminEventCapacityChangeServlet
extends HttpServlet
This class just changes the capacity of an event if the sysad wishes to do so. It is invoked from the ViewEventDetails Servlet page.

Author:
B. Aditya

Constructor Index

 o AdminEventCapacityChangeServlet()

Method Index

 o doPost(HttpServletRequest, HttpServletResponse)
processes a get request and spews out a form for the sysad to fill
 o init()
The init method of the servlet

Constructors

 o AdminEventCapacityChangeServlet
 public AdminEventCapacityChangeServlet()

Methods

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

 o doPost
 public void doPost(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:
doPost in class HttpServlet

All Packages  Class Hierarchy  This Package  Previous  Next  Index