All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tejas.EMTwoServlet

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

public class EMTwoServlet
extends HttpServlet
Event Manager Interface - Part 3 Is invoked only when Event manager logs in for the first time. Accepts date from him and inserts into database. Also throws out another page for more details. Can only be called thro doPost

Author:
B. Aditya

Constructor Index

 o EMTwoServlet()

Method Index

 o doPost(HttpServletRequest, HttpServletResponse)
Takes all the extra attribs defined by Event Manager and adds to Database Then returns EM to Control Page
 o init()

Constructors

 o EMTwoServlet
 public EMTwoServlet()

Methods

 o init
 public void init()
 o doPost
 public void doPost(HttpServletRequest request,
                    HttpServletResponse response) throws ServletException, IOException
Takes all the extra attribs defined by Event Manager and adds to Database Then returns EM to Control Page

Parameters:
request - HttpServletRequest
response - HttpServletResponse
Overrides:
doPost in class HttpServlet

All Packages  Class Hierarchy  This Package  Previous  Next  Index