Class HarvestStatusJobDetails

    • Constructor Summary

      Constructors 
      Constructor Description
      HarvestStatusJobDetails​(javax.servlet.http.HttpServletResponse response, javax.servlet.jsp.PageContext pageContext, I18n I18N)
      Constuctor for jsp Harveststatus-jobdetails.jsp.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void PrintPageContent​(javax.servlet.jsp.JspWriter out, I18n I18N, java.util.Locale locale)  
      • Methods inherited from class java.lang.Object

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

      • HarvestStatusJobDetails

        public HarvestStatusJobDetails​(javax.servlet.http.HttpServletResponse response,
                                       javax.servlet.jsp.PageContext pageContext,
                                       I18n I18N)
                                throws ArgumentNotValid
        Constuctor for jsp Harveststatus-jobdetails.jsp. Initializes the objects needed to build the page. Code has been moved from the jsp to here to avoid compile errors at runtime in correlation with the upgrade to java 1.8 and introduction of embedded tomcat to handle jsp pages. This was previously done via jetty 6
        Parameters:
        response - http response to servlet request
        pageContext - context object from jsp
        I18N - the internationlization object from the jsp caller
        Throws:
        ArgumentNotValid