|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stimulsoft.webviewer.StiWebViewerActions
public class StiWebViewerActions
Copyright Stimulsoft
| Constructor Summary | |
|---|---|
StiWebViewerActions()
|
|
| Method Summary | |
|---|---|
static StiWebActionResult |
emailReportResult(javax.servlet.http.HttpServletRequest request)
|
static StiWebActionResult |
emailReportResult(StiRequestParams requestParams,
StiReport report,
StiMailProperties options,
StiExportSettings settings,
javax.servlet.http.HttpServletRequest request)
|
static StiWebActionResult |
exportReportResult(javax.servlet.http.HttpServletRequest httpContext,
StiRequestParams requestParams,
StiExportSettings settings)
|
static StiWebActionResult |
exportReportResult(StiRequestParams requestParams,
StiReport report,
javax.servlet.http.HttpServletRequest httpContext)
|
static StiWebActionResult |
exportReportResult(StiRequestParams requestParams,
StiReport report,
StiExportSettings settings,
javax.servlet.http.HttpServletRequest httpContext)
Get the action result required for export the report. |
static StiWebActionResult |
getReportResult(javax.servlet.http.HttpServletRequest request)
Get the action result required for show the specified report in the viewer. |
static StiWebActionResult |
getReportResult(StiRequestParams requestParams,
StiReport report,
javax.servlet.http.HttpServletRequest request)
Get the action result required for show the specified report in the viewer. |
static StiRequestParams |
getRequestParams(javax.servlet.http.HttpServletRequest httpContext)
Get the action result required for send the report by Email with specified options. |
static java.lang.Object |
interactionResult(javax.servlet.http.HttpServletRequest httpContext)
Get the action result required for interactive operations with a report. |
static StiWebActionResult |
interactionResult(StiReport report,
javax.servlet.http.HttpServletRequest httpContext)
Get the action result required for interactive operations with a report. |
static java.lang.Object |
interactionResult(StiRequestParams requestParams,
javax.servlet.http.HttpServletRequest httpContext)
Get the action result required for interactive operations with a report. |
static StiWebActionResult |
interactionResult(StiRequestParams requestParams,
StiReport report,
javax.servlet.http.HttpServletRequest httpContext)
Get the action result required for interactive operations with a report. |
static StiWebActionResult |
printReportResult(StiRequestParams requestParams,
StiReport report)
Get the action result required for print the report. |
static StiWebActionResult |
printReportResult(StiRequestParams requestParams,
StiReport report,
StiExportSettings settings)
Get the action result required for print the report. |
static java.lang.Object |
viewerEventResult(javax.servlet.http.HttpServletRequest httpContext)
Get the action result required for the various requests of the viewer. |
static java.lang.Object |
viewerEventResult(StiReport report,
javax.servlet.http.HttpServletRequest httpContext)
Get the action result required for the various requests of the viewer.The specified report will be used. |
static java.lang.Object |
viewerEventResult(StiRequestParams requestParams,
javax.servlet.http.HttpServletRequest httpContext)
Get the action result required for the various requests of the viewer. |
static java.lang.Object |
viewerEventResult(StiRequestParams requestParams,
StiReport report,
javax.servlet.http.HttpServletRequest httpContext)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StiWebViewerActions()
| Method Detail |
|---|
public static StiWebActionResult getReportResult(javax.servlet.http.HttpServletRequest request)
throws java.io.IOException,
JSONException,
java.security.NoSuchAlgorithmException,
StiException,
org.xml.sax.SAXException,
StiDeserializationException
request -
JSONException
java.io.IOException
StiDeserializationException
org.xml.sax.SAXException
StiException
java.security.NoSuchAlgorithmException
public static StiWebActionResult getReportResult(StiRequestParams requestParams,
StiReport report,
javax.servlet.http.HttpServletRequest request)
throws java.security.NoSuchAlgorithmException,
java.io.IOException,
JSONException,
StiException,
org.xml.sax.SAXException,
StiDeserializationException
requestParams - report - request -
java.security.NoSuchAlgorithmException
java.io.IOException
JSONException
StiException
org.xml.sax.SAXException
StiDeserializationException
public static StiWebActionResult exportReportResult(StiRequestParams requestParams,
StiReport report,
javax.servlet.http.HttpServletRequest httpContext)
throws java.security.NoSuchAlgorithmException,
StiException,
java.io.IOException,
JSONException
java.security.NoSuchAlgorithmException
StiException
java.io.IOException
JSONException
public static StiWebActionResult exportReportResult(javax.servlet.http.HttpServletRequest httpContext,
StiRequestParams requestParams,
StiExportSettings settings)
throws java.security.NoSuchAlgorithmException,
StiException,
java.io.IOException,
JSONException
java.security.NoSuchAlgorithmException
StiException
java.io.IOException
JSONException
public static StiWebActionResult exportReportResult(StiRequestParams requestParams,
StiReport report,
StiExportSettings settings,
javax.servlet.http.HttpServletRequest httpContext)
throws java.security.NoSuchAlgorithmException,
StiException,
java.io.IOException,
JSONException
requestParams - report - settings -
java.io.IOException
StiException
java.security.NoSuchAlgorithmException
JSONException
public static StiWebActionResult printReportResult(StiRequestParams requestParams,
StiReport report)
throws StiException,
java.io.IOException
requestParams - report -
java.io.IOException
StiException
public static StiWebActionResult printReportResult(StiRequestParams requestParams,
StiReport report,
StiExportSettings settings)
throws StiException,
java.io.IOException
requestParams - report - settings -
java.io.IOException
StiException
public static StiWebActionResult emailReportResult(javax.servlet.http.HttpServletRequest request)
throws java.io.IOException,
JSONException,
java.security.NoSuchAlgorithmException,
StiException
java.io.IOException
JSONException
java.security.NoSuchAlgorithmException
StiException
public static StiWebActionResult emailReportResult(StiRequestParams requestParams,
StiReport report,
StiMailProperties options,
StiExportSettings settings,
javax.servlet.http.HttpServletRequest request)
throws java.security.NoSuchAlgorithmException,
java.io.IOException,
StiException,
JSONException
java.security.NoSuchAlgorithmException
java.io.IOException
StiException
JSONException
public static StiRequestParams getRequestParams(javax.servlet.http.HttpServletRequest httpContext)
throws java.io.IOException,
JSONException
requestParams - options -
java.io.IOException
JSONException
public static java.lang.Object interactionResult(javax.servlet.http.HttpServletRequest httpContext)
throws java.io.IOException,
JSONException,
org.xml.sax.SAXException,
StiDeserializationException,
StiException
JSONException
java.io.IOException
StiException
StiDeserializationException
org.xml.sax.SAXException
public static java.lang.Object interactionResult(StiRequestParams requestParams,
javax.servlet.http.HttpServletRequest httpContext)
throws java.io.IOException,
org.xml.sax.SAXException,
StiDeserializationException,
StiException,
JSONException
requestParams -
StiException
StiDeserializationException
org.xml.sax.SAXException
java.io.IOException
JSONException
public static StiWebActionResult interactionResult(StiReport report,
javax.servlet.http.HttpServletRequest httpContext)
throws java.io.IOException,
JSONException,
org.xml.sax.SAXException,
StiDeserializationException,
StiException
report -
JSONException
java.io.IOException
StiException
StiDeserializationException
org.xml.sax.SAXException
public static StiWebActionResult interactionResult(StiRequestParams requestParams,
StiReport report,
javax.servlet.http.HttpServletRequest httpContext)
throws java.io.IOException,
org.xml.sax.SAXException,
StiDeserializationException,
StiException,
JSONException
requestParams - report -
StiException
StiDeserializationException
org.xml.sax.SAXException
java.io.IOException
JSONException
public static java.lang.Object viewerEventResult(javax.servlet.http.HttpServletRequest httpContext)
throws java.io.IOException,
JSONException,
java.security.NoSuchAlgorithmException,
StiException,
org.xml.sax.SAXException,
StiDeserializationException
JSONException
java.io.IOException
StiDeserializationException
org.xml.sax.SAXException
StiException
java.security.NoSuchAlgorithmException
public static java.lang.Object viewerEventResult(StiReport report,
javax.servlet.http.HttpServletRequest httpContext)
throws java.io.IOException,
JSONException,
java.security.NoSuchAlgorithmException,
StiException,
org.xml.sax.SAXException,
StiDeserializationException
report -
JSONException
java.io.IOException
StiDeserializationException
org.xml.sax.SAXException
StiException
java.security.NoSuchAlgorithmException
public static java.lang.Object viewerEventResult(StiRequestParams requestParams,
javax.servlet.http.HttpServletRequest httpContext)
throws java.security.NoSuchAlgorithmException,
java.io.IOException,
JSONException,
StiException,
org.xml.sax.SAXException,
StiDeserializationException
requestParams -
StiDeserializationException
org.xml.sax.SAXException
StiException
JSONException
java.io.IOException
java.security.NoSuchAlgorithmException
public static java.lang.Object viewerEventResult(StiRequestParams requestParams,
StiReport report,
javax.servlet.http.HttpServletRequest httpContext)
throws java.security.NoSuchAlgorithmException,
java.io.IOException,
JSONException,
StiException,
org.xml.sax.SAXException,
StiDeserializationException
java.security.NoSuchAlgorithmException
java.io.IOException
JSONException
StiException
org.xml.sax.SAXException
StiDeserializationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||