Class InformGroups

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

public class InformGroups
extends SQLServlet

Constructor Index

 o InformGroups()

Method Index

 o doGet(HttpServletRequest, HttpServletResponse)
This is the main servlet interface.
 o init(ServletConfig)
The init Method .

Constructors

 o InformGroups
 public InformGroups()

Methods

 o init
 public void init(ServletConfig config) throws ServletException
The init Method . Gets the connection

Overrides:
init in class SQLServlet
 o doGet
 public void doGet(HttpServletRequest request,
                   HttpServletResponse response) throws ServletException, IOException
This is the main servlet interface.

Overrides:
doGet in class HttpServlet