| javax.servlet.http.HttpServlet com.methodhead.servlet.ConnectionServlet
ConnectionServlet | public class ConnectionServlet extends HttpServlet (Code) | |
A servlet that initializes
com.methodhead.persistable.ConnectionSingleton ConnectionSingleton . The
following init-param may be specified:
-
dbproperties: the path of a properties file containing
the connection parameters ConnectionSingleton expects (i.e.,
driver, uri, user, and password).
If the path begins with a forward slash it is assumed to be an absolute
path, otherwise it is assumed to be a path relative to the context's
root. For example: WEB-INF/db.properties or
/etc/db.properties. If this parameter is not specified, it
defaults to WEB-INF/db.properties.
|
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)
|
|
|