Class SuggestResourceServlet

All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public final class SuggestResourceServlet extends HttpServlet
Initializes the SuggestResourceHelper and sets up the Suggest a Resource context.
Author:
Jonathan
See Also:
  • Constructor Details

    • SuggestResourceServlet

      public SuggestResourceServlet()
  • Method Details

    • init

      public void init(ServletConfig conf) throws ServletException
      Initialize the SuggestResourceServlet
      Specified by:
      init in interface Servlet
      Overrides:
      init in class GenericServlet
      Parameters:
      conf - Description of the Parameter
      Throws:
      ServletException - Description of the Exception
    • destroy

      public void destroy()
      Performs shutdown operations.
      Specified by:
      destroy in interface Servlet
      Overrides:
      destroy in class GenericServlet
    • getDateStamp

      public static String getDateStamp()
      Return a string for the current time and date, sutiable for display in log files and output to standout:
      Returns:
      The dateStamp value
    • setDebug

      public final void setDebug(boolean db)
      Sets the debug attribute of the DDSServlet object
      Parameters:
      db - The new debug value