Class HistoryServlet

    • Constructor Summary

      Constructors 
      Constructor Description
      HistoryServlet()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void destroy()  
      void init​(javax.servlet.ServletConfig servletConfig)  
      int resource_add​(ResourceAbstract resources, java.lang.String path, boolean bSecured)  
      protected void service​(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)  
      static void stacktrace_dump​(java.lang.StackTraceElement[] stackTraceElementArr, java.lang.StringBuilder sb)  
      static void throwable_stacktrace_dump​(java.lang.Throwable t, java.lang.StringBuilder sb)  
      • Methods inherited from class javax.servlet.http.HttpServlet

        doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
      • Methods inherited from class javax.servlet.GenericServlet

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • init

        public void init​(javax.servlet.ServletConfig servletConfig)
                  throws javax.servlet.ServletException
        Specified by:
        init in interface javax.servlet.Servlet
        Overrides:
        init in class javax.servlet.GenericServlet
        Throws:
        javax.servlet.ServletException
      • destroy

        public void destroy()
        Specified by:
        destroy in interface javax.servlet.Servlet
        Overrides:
        destroy in class javax.servlet.GenericServlet
      • service

        protected void service​(javax.servlet.http.HttpServletRequest req,
                               javax.servlet.http.HttpServletResponse resp)
                        throws javax.servlet.ServletException,
                               java.io.IOException
        Overrides:
        service in class javax.servlet.http.HttpServlet
        Throws:
        javax.servlet.ServletException
        java.io.IOException
      • stacktrace_dump

        public static void stacktrace_dump​(java.lang.StackTraceElement[] stackTraceElementArr,
                                           java.lang.StringBuilder sb)
      • throwable_stacktrace_dump

        public static void throwable_stacktrace_dump​(java.lang.Throwable t,
                                                     java.lang.StringBuilder sb)