com.bankframe.ei.servlet
Class TestJDBCConnectorServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.bankframe.ei.servlet.EonServlet
com.bankframe.ei.servlet.TestJDBCConnectorServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class TestJDBCConnectorServlet
- extends EonServlet
- See Also:
- Serialized Form
TestJDBCConnectorServlet
public TestJDBCConnectorServlet()
createPage
public Page createPage(String title)
- Description copied from class:
EonServlet
- This method creates a HTML Page object with the specified title
- Parameters:
title
- The title of the html page
- Returns:
- Page object
getConnection
public Page getConnection()
- Insert the method's description here.
Creation date: (3/26/2002 11:33:09 AM)
getServletName
public String getServletName()
- Specified by:
getServletName
in interface ServletConfig
- Overrides:
getServletName
in class GenericServlet
service
public void service(HttpServletRequest req,
HttpServletResponse res)
throws ServletException,
IOException
- Description copied from class:
EonServlet
- This method is the entry point to the servlet
- Overrides:
service
in class EonServlet
- Throws:
ServletException
IOException
Copyright © 2005, 2007, Oracle. All rights reserved.