|
||||||||||
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,
javax.servlet.http.HttpServletResponse response)
|
static StiWebActionResult |
emailReportResult(StiRequestParams requestParams,
StiReport report,
StiMailProperties options,
StiExportSettings settings,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
static StiWebActionResult |
exportReportResult(javax.servlet.http.HttpServletRequest httpContext,
javax.servlet.http.HttpServletResponse response,
StiRequestParams requestParams,
StiExportSettings settings)
|
static StiWebActionResult |
exportReportResult(StiRequestParams requestParams,
StiReport report,
javax.servlet.http.HttpServletRequest httpContext,
javax.servlet.http.HttpServletResponse response)
|
static StiWebActionResult |
exportReportResult(StiRequestParams requestParams,
StiReport report,
StiExportSettings settings,
javax.servlet.http.HttpServletRequest httpContext,
javax.servlet.http.HttpServletResponse response)
Get the action result required for export the report. |
static StiWebActionResult |
getReportResult(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
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,
javax.servlet.http.HttpServletResponse response)
Get the action result required for show the specified report in the viewer. |
static java.lang.Object |
interactionResult(javax.servlet.http.HttpServletRequest httpContext,
javax.servlet.http.HttpServletResponse response)
Get the action result required for interactive operations with a report. |
static StiWebActionResult |
interactionResult(StiReport report,
javax.servlet.http.HttpServletRequest httpContext,
javax.servlet.http.HttpServletResponse response)
Get the action result required for interactive operations with a report. |
static java.lang.Object |
interactionResult(StiRequestParams requestParams,
javax.servlet.http.HttpServletRequest httpContext,
javax.servlet.http.HttpServletResponse response)
Get the action result required for interactive operations with a report. |
static StiWebActionResult |
interactionResult(StiRequestParams requestParams,
StiReport report,
javax.servlet.http.HttpServletRequest httpContext,
javax.servlet.http.HttpServletResponse response)
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 StiWebActionResult |
reportResourceResult(StiRequestParams requestParams,
StiReport report)
|
static java.lang.Object |
viewerEventResult(javax.servlet.http.HttpServletRequest httpContext,
javax.servlet.http.HttpServletResponse response)
Get the action result required for the various requests of the viewer. |
static java.lang.Object |
viewerEventResult(StiReport report,
javax.servlet.http.HttpServletRequest httpContext,
javax.servlet.http.HttpServletResponse response)
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,
javax.servlet.http.HttpServletResponse response)
Get the action result required for the various requests of the viewer. |
static StiWebActionResult |
viewerEventResult(StiRequestParams requestParams,
StiReport report,
javax.servlet.http.HttpServletRequest httpContext,
javax.servlet.http.HttpServletResponse response)
Internal use only. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StiWebViewerActions()
Method Detail |
---|
public static StiWebActionResult getReportResult(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) 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, javax.servlet.http.HttpServletResponse response) 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, javax.servlet.http.HttpServletResponse response) 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, javax.servlet.http.HttpServletResponse response, 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, javax.servlet.http.HttpServletResponse response) 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, javax.servlet.http.HttpServletResponse response) 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, javax.servlet.http.HttpServletResponse response) throws java.security.NoSuchAlgorithmException, java.io.IOException, StiException, JSONException
java.security.NoSuchAlgorithmException
java.io.IOException
StiException
JSONException
public static StiWebActionResult reportResourceResult(StiRequestParams requestParams, StiReport report) throws java.io.IOException
java.io.IOException
public static java.lang.Object interactionResult(javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response) 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, javax.servlet.http.HttpServletResponse response) 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, javax.servlet.http.HttpServletResponse response) 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, javax.servlet.http.HttpServletResponse response) 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, javax.servlet.http.HttpServletResponse response) 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, javax.servlet.http.HttpServletResponse response) 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, javax.servlet.http.HttpServletResponse response) 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 StiWebActionResult viewerEventResult(StiRequestParams requestParams, StiReport report, javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response) throws java.io.IOException, JSONException, StiException, java.security.NoSuchAlgorithmException, org.xml.sax.SAXException, StiDeserializationException
requestParams
- report
- detectActionResult
-
JSONException
java.io.IOException
StiException
java.security.NoSuchAlgorithmException
StiDeserializationException
org.xml.sax.SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |