Class SysAdFuncs1

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

public class SysAdFuncs1
extends HttpServlet
This class deals with requests corresponding to the application menu, The class has methods to handle addition, deletion and modification of application records.


Variable Index

 o cooki
 o myCom
 o out

Constructor Index

 o SysAdFuncs1()

Method Index

 o AddAppl(HttpServletRequest, HttpServletResponse)
 o DelAppl(HttpServletRequest, HttpServletResponse)
 o doGet(HttpServletRequest, HttpServletResponse)
 o FillForm(HttpServletRequest, HttpServletResponse)
 o ModifyAppl(HttpServletRequest, HttpServletResponse)

Variables

 o myCom
 public static Connection myCom
 o out
 public static PrintWriter out
 o cooki
 public static Cookie cooki[]

Constructors

 o SysAdFuncs1
 public SysAdFuncs1()

Methods

 o doGet
 public void doGet(HttpServletRequest req,
                   HttpServletResponse res) throws IOException, ServletException
Overrides:
doGet in class HttpServlet
 o AddAppl
 public static void AddAppl(HttpServletRequest req,
                            HttpServletResponse res) throws IOException, SQLException
 o DelAppl
 public static void DelAppl(HttpServletRequest req,
                            HttpServletResponse res)
 o FillForm
 public static void FillForm(HttpServletRequest req,
                             HttpServletResponse res)
 o ModifyAppl
 public static void ModifyAppl(HttpServletRequest req,
                               HttpServletResponse res) throws IOException