Class CategoryControlServlet

All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class CategoryControlServlet extends ControlServlet
ControlServlet.java - Master servlet for the web application.
See Also:
  • Constructor Details

    • CategoryControlServlet

      public CategoryControlServlet()
  • Method Details

    • init

      public void init(ServletConfig config) throws ServletException
      Specified by:
      init in interface Servlet
      Overrides:
      init in class GenericServlet
      Throws:
      ServletException
    • getDefaultPage

      public static String getDefaultPage()
    • setDefaultPage

      public static void setDefaultPage(String defaultPage)
    • getPageNotFound

      public static String getPageNotFound()
    • setPageNotFound

      public static void setPageNotFound(String pageNotFound)
    • getControlServlet

      public static String getControlServlet()
    • setControlServlet

      public static void setControlServlet(String controlServlet)