| java.lang.Object javax.servlet.GenericServlet javax.servlet.http.HttpServlet com.knowgate.http.HttpQueryServlet
Method Summary | |
public void | doGet(HttpServletRequest request, HttpServletResponse response) Get Query By Form results throught response output stream.
Parameters: queryspec - Name of XML file containing the Query Specification Parameters: columnlist - List of comma separated column names to retrieve Parameters: where - SQL WHERE clause to apply Parameters: order - by SQL ORDER BY clause to apply Parameters: showas - Output format. | public void | init() Initialize Servlet Parameters
Take Database Driver, Conenction URL and User from /WEB-INF/web.xml.
If any parameter is not found then look it up at hipergate.cnf Properties
file using Environment singleton. |
init | public void init() throws ServletException(Code) | | Initialize Servlet Parameters
Take Database Driver, Conenction URL and User from /WEB-INF/web.xml.
If any parameter is not found then look it up at hipergate.cnf Properties
file using Environment singleton.
throws: ServletException - throws: UnavailableException - If jdbcDriverClassName parameter is not foundand driver property at hipergate.cnf is not found or if jdbcURL parameteris not found and dburl property at hipergate.cnf is not found. See Also: com.knowgate.misc.Environment |
Methods inherited from javax.servlet.http.HttpServlet | protected void doDelete(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doHead(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doOptions(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doTrace(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected long getLastModified(HttpServletRequest req)(Code)(Java Doc) protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) public void service(ServletRequest req, ServletResponse res) throws ServletException, IOException(Code)(Java Doc)
|
|
|