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
-
EMTwoServlet()
-
-
doPost(HttpServletRequest, HttpServletResponse)
- Takes all the extra attribs defined by Event Manager and adds to Database
Then returns EM to Control Page
-
init()
-
EMTwoServlet
public EMTwoServlet()
init
public void init()
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