org.intermine.web.logic.export.http
Class HttpExportUtil

java.lang.Object
  extended by org.intermine.web.logic.export.http.HttpExportUtil

public class HttpExportUtil
extends java.lang.Object

Util for export.


Constructor Summary
HttpExportUtil()
           
 
Method Summary
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
 

Constructor Detail

HttpExportUtil

public HttpExportUtil()
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.