Class CommCoreServlet

java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.dlese.dpc.standards.commcore.CommCoreServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public final class CommCoreServlet extends HttpServlet
Servlet responsible for initializing the StandardsSuggestionService.

CURRENTLY NOT ACTIVE, since we do not actually use StandardsSuggestionService for Skeletal implementation. To use, uncomment the servlet tag in WEB-INF/web.xml.

Author:
Jonathan Ostwald
See Also:
  • Constructor Details

    • CommCoreServlet

      public CommCoreServlet()
  • Method Details

    • init

      public void init(ServletConfig config) throws ServletException
      Intialize the StandardsSuggestionService and place it in the ServletContext where it can be found by the Rest Service Clases.
      Specified by:
      init in interface Servlet
      Overrides:
      init in class GenericServlet
      Parameters:
      config - 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