Package controller

Class Controller

  • All Implemented Interfaces:
    java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    @WebServlet(urlPatterns={"/Controller","/main","/insert","/select","/update","/delete"})
    public class Controller
    extends javax.servlet.http.HttpServlet
    The Class Controller.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Controller()
      Instantiates a new controller.
    • Method Summary

      • Methods inherited from class javax.servlet.http.HttpServlet

        service
      • Methods inherited from class javax.servlet.GenericServlet

        destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Controller

        public Controller()
        Instantiates a new controller.