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
-
AdminEventCapacityChangeServlet()
-
-
doPost(HttpServletRequest, HttpServletResponse)
- processes a get request and spews out a form for the sysad to fill
-
init()
- The init method of the servlet
AdminEventCapacityChangeServlet
public AdminEventCapacityChangeServlet()
init
public void init()
- The init method of the servlet
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