All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tejas.SEMOneServlet

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

public class SEMOneServlet
extends HttpServlet
SEMOneServlet takes the input when the SEM logs in for the first time and pushes into the database. Then returns fellow to control page.

Author:
B.Aditya

Constructor Index

 o SEMOneServlet()

Method Index

 o doPost(HttpServletRequest, HttpServletResponse)
doPost method takes the parameters when the SEM logs in for the first time and inserts into Database.

Constructors

 o SEMOneServlet
 public SEMOneServlet()

Methods

 o doPost
 public void doPost(HttpServletRequest req,
                    HttpServletResponse res) throws ServletException, IOException
doPost method takes the parameters when the SEM logs in for the first time and inserts into Database. If any error, redisplays page else shows page to return to control.

Parameters:
req - HttpServletRequest
res - HttpServletResponse
Overrides:
doPost in class HttpServlet

All Packages  Class Hierarchy  This Package  Previous  Next  Index