Class HttpExportUtil


  • public final class HttpExportUtil
    extends java.lang.Object
    Util for export.
    Author:
    Jakub Kulaviak
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.io.PrintWriter getPrintWriterForClient​(javax.servlet.http.HttpServletRequest request, java.io.OutputStream out)  
      • Methods inherited from class java.lang.Object

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

      • getPrintWriterForClient

        public static java.io.PrintWriter getPrintWriterForClient​(javax.servlet.http.HttpServletRequest request,
                                                                  java.io.OutputStream out)
        Parameters:
        request - request
        out - output stream
        Returns:
        implementation of print writer, that separates lines according to the client operation system.