ch7.accountRemove
Class Controller

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by ch7.accountLogin.Controller
              extended by ch7.accountRemove.Controller
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class Controller
extends Controller

Similar to the Account Login controller, except it allows the user to delete data from the database. This requires the ability to search the database for one row. If the row is present, then the user can delete it.

See Also:
Serialized Form

Constructor Summary
Controller()
           
 
Method Summary
 
Methods inherited from class ch7.accountLogin.Controller
doGet, doPost, init
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Controller

public Controller()