Class CommitmentServlet

java.lang.Object
   |
   +----javax.servlet.GenericServlet
           |
           +----javax.servlet.http.HttpServlet
                   |
                   +----SQLServlet
                           |
                           +----CommitmentServlet

public class CommitmentServlet
extends SQLServlet

Constructor Index

 o CommitmentServlet()

Method Index

 o doGet(HttpServletRequest, HttpServletResponse)
This is the main servlet interface.
 o doPost(HttpServletRequest, HttpServletResponse)
This is the main servlet interface.
 o init(ServletConfig)
The init Method .

Constructors

 o CommitmentServlet
 public CommitmentServlet()

Methods

 o init
 public void init(ServletConfig config) throws ServletException
The init Method . Gets the connection

Overrides:
init in class SQLServlet
 o doGet
 public void doGet(HttpServletRequest request,
                   HttpServletResponse response) throws ServletException, IOException
This is the main servlet interface.

Overrides:
doGet in class HttpServlet
 o doPost
 public void doPost(HttpServletRequest request,
                    HttpServletResponse response) throws ServletException, IOException
This is the main servlet interface.

Overrides:
doPost in class HttpServlet