Class InformationServlet
java.lang.Object
|
+----javax.servlet.GenericServlet
|
+----javax.servlet.http.HttpServlet
|
+----SQLServlet
|
+----InformationServlet
- public class InformationServlet
- extends SQLServlet
-
InformationServlet()
-
-
doGet(HttpServletRequest, HttpServletResponse)
- This is the main servlet interface.
-
doPost(HttpServletRequest, HttpServletResponse)
- This is the main servlet interface.
-
init(ServletConfig)
- The init Method .
InformationServlet
public InformationServlet()
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
doPost
public void doPost(HttpServletRequest request,
HttpServletResponse response) throws ServletException, IOException
- This is the main servlet interface.
- Overrides:
- doPost in class HttpServlet