All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tejas.AdminGetEventDetailsServlet

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

public class AdminGetEventDetailsServlet
extends HttpServlet
This class accepts an eventid from AdminViewEvent Servlet and throws out the corresp event details. It also allows changes to the event details...

Author:
B. Aditya

Constructor Index

 o AdminGetEventDetailsServlet()

Method Index

 o doGet(HttpServletRequest, HttpServletResponse)
doPost - gets an eventid from AdminViewEvents servlet and posts the appropriate data on screen as textboxes.

Constructors

 o AdminGetEventDetailsServlet
 public AdminGetEventDetailsServlet()

Methods

 o doGet
 public void doGet(HttpServletRequest request,
                   HttpServletResponse response) throws ServletException, IOException
doPost - gets an eventid from AdminViewEvents servlet and posts the appropriate data on screen as textboxes.

Parameters:
request - HttpRequest
response - HttpResponse
Overrides:
doGet in class HttpServlet

All Packages  Class Hierarchy  This Package  Previous  Next  Index