Class HarvestStatusJobDetails


  • public class HarvestStatusJobDetails
    extends Object
    Created by jve on 5/31/16.
    • 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