Class ViewStatusMessagesServletBase

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) java.lang.String abbreviatedOrigin​(Status s)  
      protected abstract java.lang.String getPageTitle​(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)  
      protected abstract StatusManager getStatusManager​(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)  
      void printCSS​(java.lang.String localRef, java.io.PrintWriter output)  
      void printHeader​(java.lang.StringBuilder buf)  
      void printList​(java.lang.StringBuilder buf, StatusManager sm)  
      private void printStatus​(java.lang.StringBuilder buf, Status s)  
      private void printThrowable​(java.lang.StringBuilder buf, java.lang.Throwable t)  
      protected void service​(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)  
      (package private) java.lang.String statusLevelAsString​(Status s)  
      • Methods inherited from class javax.servlet.http.HttpServlet

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

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

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

      • SUBMIT

        static java.lang.String SUBMIT
      • CLEAR

        static java.lang.String CLEAR
      • count

        int count
    • Constructor Detail

      • ViewStatusMessagesServletBase

        public ViewStatusMessagesServletBase()
    • Method Detail

      • getStatusManager

        protected abstract StatusManager getStatusManager​(javax.servlet.http.HttpServletRequest req,
                                                          javax.servlet.http.HttpServletResponse resp)
      • getPageTitle

        protected abstract java.lang.String getPageTitle​(javax.servlet.http.HttpServletRequest req,
                                                         javax.servlet.http.HttpServletResponse resp)
      • 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
      • printCSS

        public void printCSS​(java.lang.String localRef,
                             java.io.PrintWriter output)
      • printList

        public void printList​(java.lang.StringBuilder buf,
                              StatusManager sm)
      • printHeader

        public void printHeader​(java.lang.StringBuilder buf)
      • statusLevelAsString

        java.lang.String statusLevelAsString​(Status s)
      • abbreviatedOrigin

        java.lang.String abbreviatedOrigin​(Status s)
      • printStatus

        private void printStatus​(java.lang.StringBuilder buf,
                                 Status s)
      • printThrowable

        private void printThrowable​(java.lang.StringBuilder buf,
                                    java.lang.Throwable t)