Package controler

Class Controler

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
controler.Controler
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

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

    Constructors
    Constructor
    Description
    Instantiates a new controler.
  • Method Summary

    Methods inherited from class jakarta.servlet.http.HttpServlet

    service

    Methods inherited from class jakarta.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 Details

    • Controler

      public Controler()
      Instantiates a new controler.