|
||||||||||
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 StiWebActionResult |
exportAsBmp(StiReport report,
StiImageExportSettings settings,
java.io.OutputStream stream)
Exports report to BMP format. |
static StiWebActionResult |
exportAsCsv(StiReport report,
StiDataExportSettings settings,
java.io.OutputStream stream)
Exports report to CSV format. |
static StiWebActionResult |
exportAsExcel(StiReport report,
StiExcelExportSettings settings,
java.io.OutputStream stream)
Exports report to Microsoft Excel format. |
static StiWebActionResult |
exportAsExcel2007(StiReport report,
StiExcelExportSettings settings,
java.io.OutputStream stream)
Exports report to Microsoft Excel 2007 format. |
static StiWebActionResult |
exportAsExcelXml(StiReport report,
StiExcelExportSettings settings,
java.io.OutputStream stream)
Exports report to Microsoft Excel Xml format. |
static StiWebActionResult |
exportAsJpeg(StiReport report,
StiImageExportSettings settings,
java.io.OutputStream stream)
Exports report to JPEG format. |
static StiWebActionResult |
exportAsOds(StiReport report,
StiOdsExportSettings settings,
java.io.OutputStream stream)
|
static StiWebActionResult |
exportAsPcx(StiReport report,
StiImageExportSettings settings,
java.io.OutputStream stream)
Exports report to PCX format. |
static StiWebActionResult |
exportAsPng(StiReport report,
StiImageExportSettings settings,
java.io.OutputStream stream)
Exports report to PNG format. |
static StiWebActionResult |
exportAsSvg(StiReport report,
StiImageExportSettings settings,
java.io.OutputStream stream)
Exports report to Scalable Vector Graphics (SVG) format. |
static StiWebActionResult |
exportAsSvgz(StiReport report,
StiImageExportSettings settings,
java.io.OutputStream stream)
|
static StiWebActionResult |
exportAsSylk(StiReport report,
StiDataExportSettings settings,
java.io.OutputStream stream)
Exports report to Symbolic Link (SYLK) format. |
static StiWebActionResult |
exportAsXml(StiReport report,
java.io.OutputStream stream)
Exports report to XML format. |
static StiExportSettings |
getExportSettings(StiExportFormat exportFormat,
org.w3c.dom.Node settingsNode)
|
static java.lang.String |
getReportFileName(StiReport report)
|
static StiWebActionResult |
saveDocumentFile(StiReport report,
java.io.OutputStream stream)
Save report to Document File (MDC, MDZ, MDX) |
Methods inherited from class java.lang.Object |
---|
equals, 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 java.lang.String getReportFileName(StiReport report)
public static StiWebActionResult saveDocumentFile(StiReport report, java.io.OutputStream stream) throws java.io.IOException, java.security.NoSuchAlgorithmException, JSONException
report
- jsonObject
- stream
-
java.io.IOException
java.security.NoSuchAlgorithmException
JSONException
public static StiWebActionResult exportAsExcel(StiReport report, StiExcelExportSettings settings, java.io.OutputStream stream) throws JSONException, StiException, java.io.IOException
report
- settingsObject
- stream
-
JSONException
StiException
java.io.IOException
public static StiWebActionResult exportAsExcelXml(StiReport report, StiExcelExportSettings settings, java.io.OutputStream stream) throws JSONException, StiException, java.io.IOException
report
- settingsObject
- stream
-
JSONException
StiException
java.io.IOException
public static StiWebActionResult exportAsExcel2007(StiReport report, StiExcelExportSettings settings, java.io.OutputStream stream) throws JSONException, StiException, java.io.IOException
report
- settingsObject
- stream
-
JSONException
StiException
java.io.IOException
public static StiWebActionResult exportAsOds(StiReport report, StiOdsExportSettings settings, java.io.OutputStream stream) throws JSONException, StiException, java.io.IOException
JSONException
StiException
java.io.IOException
public static StiWebActionResult exportAsCsv(StiReport report, StiDataExportSettings settings, java.io.OutputStream stream) throws JSONException, StiException, java.io.IOException
report
- settingsObject
- stream
-
JSONException
StiException
java.io.IOException
public static StiWebActionResult exportAsXml(StiReport report, java.io.OutputStream stream) throws StiException, java.io.IOException
report
- stream
-
StiException
java.io.IOException
public static StiWebActionResult exportAsSylk(StiReport report, StiDataExportSettings settings, java.io.OutputStream stream) throws JSONException, java.io.IOException, StiException
report
- settingsObject
- stream
-
JSONException
java.io.IOException
StiException
public static StiWebActionResult exportAsBmp(StiReport report, StiImageExportSettings settings, java.io.OutputStream stream) throws JSONException, StiException, java.io.IOException
report
- settingsObject
- stream
-
JSONException
StiException
java.io.IOException
public static StiWebActionResult exportAsJpeg(StiReport report, StiImageExportSettings settings, java.io.OutputStream stream) throws JSONException, StiException, java.io.IOException
report
- settingsObject
- stream
-
JSONException
StiException
java.io.IOException
public static StiWebActionResult exportAsPcx(StiReport report, StiImageExportSettings settings, java.io.OutputStream stream) throws JSONException, StiException, java.io.IOException
report
- settingsObject
- stream
-
JSONException
StiException
java.io.IOException
public static StiWebActionResult exportAsPng(StiReport report, StiImageExportSettings settings, java.io.OutputStream stream) throws JSONException, StiException, java.io.IOException
report
- settingsObject
- stream
-
JSONException
StiException
java.io.IOException
public static StiWebActionResult exportAsSvg(StiReport report, StiImageExportSettings settings, java.io.OutputStream stream) throws JSONException, StiException, java.io.IOException
report
- settingsObject
- stream
-
JSONException
StiException
java.io.IOException
public static StiWebActionResult exportAsSvgz(StiReport report, StiImageExportSettings settings, java.io.OutputStream stream) throws JSONException, StiException, java.io.IOException
JSONException
StiException
java.io.IOException
public static StiExportSettings getExportSettings(StiExportFormat exportFormat, org.w3c.dom.Node settingsNode)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |