|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.intermine.web.logic.export.http.HttpExporterBase
org.intermine.web.logic.export.http.StandardHttpExporter
org.intermine.web.logic.export.http.CSVHttpExporter
public class CSVHttpExporter
Exporter that exports table with results in comma separated format.
| Constructor Summary | |
|---|---|
CSVHttpExporter()
Constructor. |
|
| Method Summary | |
|---|---|
protected Exporter |
getExporter(java.io.OutputStream out,
java.lang.String separator,
java.util.List<java.lang.String> headers)
Do the export. |
protected void |
setResponseHeader(javax.servlet.http.HttpServletResponse response,
boolean doGzip)
Sets header and content type of result in response. |
| Methods inherited from class org.intermine.web.logic.export.http.StandardHttpExporter |
|---|
canExport, export, getInitialExportPaths |
| Methods inherited from class org.intermine.web.logic.export.http.HttpExporterBase |
|---|
getResultRows |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CSVHttpExporter()
| Method Detail |
|---|
protected void setResponseHeader(javax.servlet.http.HttpServletResponse response,
boolean doGzip)
setResponseHeader in class StandardHttpExporterresponse - responsedoGzip - whether to compress the stream
protected Exporter getExporter(java.io.OutputStream out,
java.lang.String separator,
java.util.List<java.lang.String> headers)
getExporter in class StandardHttpExporterout - output streamseparator - line separatorheaders - if non-null, a list of the column headers which will be written by export()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||