Class InformGroups
java.lang.Object
|
+----javax.servlet.GenericServlet
|
+----javax.servlet.http.HttpServlet
|
+----SQLServlet
|
+----InformGroups
- public class InformGroups
- extends SQLServlet
-
InformGroups()
-
-
doGet(HttpServletRequest, HttpServletResponse)
- This is the main servlet interface.
-
init(ServletConfig)
- The init Method .
InformGroups
public InformGroups()
init
public void init(ServletConfig config) throws ServletException
- The init Method . Gets the connection
- Overrides:
- init in class SQLServlet
doGet
public void doGet(HttpServletRequest request,
HttpServletResponse response) throws ServletException, IOException
- This is the main servlet interface.
- Overrides:
- doGet in class HttpServlet