Interface HTMLViewer


  • public interface HTMLViewer
    Interface to the HTMLViewer implementation
    Since:
    18.0
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void sendHtmlViewer​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.io.OutputStream out, java.util.Properties props)
      Send the HTML viewer to the client.
    • Method Detail

      • sendHtmlViewer

        void sendHtmlViewer​(javax.servlet.http.HttpServletRequest request,
                            javax.servlet.http.HttpServletResponse response,
                            java.io.OutputStream out,
                            java.util.Properties props)
                     throws java.io.IOException
        Send the HTML viewer to the client.
        Parameters:
        request - HttpServletRequest oder null, wenn von ReportBridge
        response - HttpServletResponse oder null, wenn von ReportBridge
        out - stream to write to
        props - report properties
        Throws:
        java.io.IOException - if an I/O Error occur
        Since:
        18.0