Class QueryEngine
java.lang.Object
|
+----javax.servlet.GenericServlet
|
+----javax.servlet.http.HttpServlet
|
+----SQLServlet
|
+----QueryEngine
- public class QueryEngine
- extends SQLServlet
-
QueryEngine()
-
-
doGet(HttpServletRequest, HttpServletResponse)
- This is the main servlet interface.
-
doPost(HttpServletRequest, HttpServletResponse)
- This is the main servlet interface.
-
init(ServletConfig)
- The init Method .
QueryEngine
public QueryEngine()
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