|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stimulsoft.web.utils.StiWebExportReportUtil
public class StiWebExportReportUtil
Copyright Stimulsoft
| Constructor Summary | |
|---|---|
StiWebExportReportUtil()
|
|
| Method Summary | |
|---|---|
static void |
export(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
static StiFileResult |
exportAsBmp(StiReport report,
StiImageExportSettings settings,
OutputStream stream)
Exports report to BMP format. |
static StiFileResult |
exportAsCsv(StiReport report,
StiDataExportSettings settings,
OutputStream stream)
Exports report to CSV format. |
static StiFileResult |
exportAsExcel(StiReport report,
StiExcelExportSettings settings,
OutputStream stream)
Exports report to Microsoft Excel format. |
static StiFileResult |
exportAsExcel2007(StiReport report,
StiExcelExportSettings settings,
OutputStream stream)
Exports report to Microsoft Excel 2007 format. |
static StiFileResult |
exportAsExcelXml(StiReport report,
StiExcelExportSettings settings,
OutputStream stream)
Exports report to Microsoft Excel Xml format. |
static StiFileResult |
exportAsJpeg(StiReport report,
StiImageExportSettings settings,
OutputStream stream)
Exports report to JPEG format. |
static StiFileResult |
exportAsOds(StiReport report,
StiOdsExportSettings settings,
OutputStream stream)
|
static StiFileResult |
exportAsPcx(StiReport report,
StiImageExportSettings settings,
OutputStream stream)
Exports report to PCX format. |
static StiFileResult |
exportAsPng(StiReport report,
StiImageExportSettings settings,
OutputStream stream)
Exports report to PNG format. |
static StiFileResult |
exportAsSvg(StiReport report,
StiImageExportSettings settings,
OutputStream stream)
Exports report to Scalable Vector Graphics (SVG) format. |
static StiFileResult |
exportAsSvgz(StiReport report,
StiImageExportSettings settings,
OutputStream stream)
|
static StiFileResult |
exportAsSylk(StiReport report,
StiDataExportSettings settings,
OutputStream stream)
Exports report to Symbolic Link (SYLK) format. |
static StiFileResult |
exportAsXml(StiReport report,
OutputStream stream)
Exports report to XML format. |
static StiExportSettings |
getExportSettings(StiExportFormat exportFormat,
Node settingsNode)
|
static String |
getReportFileName(StiReport report)
|
static StiFileResult |
saveDocumentFile(StiReport report,
OutputStream stream)
Save report to Document File (MDC, MDZ, MDX) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StiWebExportReportUtil()
| Method Detail |
|---|
public static void export(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
public static String getReportFileName(StiReport report)
public static StiFileResult saveDocumentFile(StiReport report,
OutputStream stream)
throws IOException,
NoSuchAlgorithmException,
JSONException
report - jsonObject - stream -
IOException
NoSuchAlgorithmException
JSONException
public static StiFileResult exportAsExcel(StiReport report,
StiExcelExportSettings settings,
OutputStream stream)
throws JSONException,
StiException,
IOException
report - settingsObject - stream -
JSONException
StiException
IOException
public static StiFileResult exportAsExcelXml(StiReport report,
StiExcelExportSettings settings,
OutputStream stream)
throws JSONException,
StiException,
IOException
report - settingsObject - stream -
JSONException
StiException
IOException
public static StiFileResult exportAsExcel2007(StiReport report,
StiExcelExportSettings settings,
OutputStream stream)
throws JSONException,
StiException,
IOException
report - settingsObject - stream -
JSONException
StiException
IOException
public static StiFileResult exportAsOds(StiReport report,
StiOdsExportSettings settings,
OutputStream stream)
throws JSONException,
StiException,
IOException
JSONException
StiException
IOException
public static StiFileResult exportAsCsv(StiReport report,
StiDataExportSettings settings,
OutputStream stream)
throws JSONException,
StiException,
IOException
report - settingsObject - stream -
JSONException
StiException
IOException
public static StiFileResult exportAsXml(StiReport report,
OutputStream stream)
throws StiException,
IOException
report - stream -
StiException
IOException
public static StiFileResult exportAsSylk(StiReport report,
StiDataExportSettings settings,
OutputStream stream)
throws JSONException,
IOException,
StiException
report - settingsObject - stream -
JSONException
IOException
StiException
public static StiFileResult exportAsBmp(StiReport report,
StiImageExportSettings settings,
OutputStream stream)
throws JSONException,
StiException,
IOException
report - settingsObject - stream -
JSONException
StiException
IOException
public static StiFileResult exportAsJpeg(StiReport report,
StiImageExportSettings settings,
OutputStream stream)
throws JSONException,
StiException,
IOException
report - settingsObject - stream -
JSONException
StiException
IOException
public static StiFileResult exportAsPcx(StiReport report,
StiImageExportSettings settings,
OutputStream stream)
throws JSONException,
StiException,
IOException
report - settingsObject - stream -
JSONException
StiException
IOException
public static StiFileResult exportAsPng(StiReport report,
StiImageExportSettings settings,
OutputStream stream)
throws JSONException,
StiException,
IOException
report - settingsObject - stream -
JSONException
StiException
IOException
public static StiFileResult exportAsSvg(StiReport report,
StiImageExportSettings settings,
OutputStream stream)
throws JSONException,
StiException,
IOException
report - settingsObject - stream -
JSONException
StiException
IOException
public static StiFileResult exportAsSvgz(StiReport report,
StiImageExportSettings settings,
OutputStream stream)
throws JSONException,
StiException,
IOException
JSONException
StiException
IOException
public static StiExportSettings getExportSettings(StiExportFormat exportFormat,
Node settingsNode)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||