Package com.stimulsoft.webviewer
Class StiWebViewerHelper
java.lang.Object
com.stimulsoft.webviewer.StiWebViewerHelper
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StiCacheHelperstatic StiExportSettingsgetExportSettings(StiRequestParams requestParams, StiReport report) static StiReportgetReportObject(StiHttpServletRequest httpContext, StiRequestParams requestParams) static StiRequestParamsgetRequestParams(StiHttpServletRequest httpContext, StiHttpServletResponse response) getWebViewer(StiWebViewerOptions options, StiMailProperties mailProperties, URL context, StiHttpServletRequest request, StiReport report, StiServletContext servletContext) getWebViewer(String viewerID, StiWebViewerOptions options, StiMailProperties mailProperties, URL context, StiHttpServletRequest request, StiReport report, StiServletContext servletContext) getWebViewer(String viewerID, URL context, StiHttpServletRequest request, StiReport report, StiServletContext servletContext) getWebViewer(URL context, StiHttpServletRequest request, StiReport report, StiServletContext servletContext)
-
Constructor Details
-
StiWebViewerHelper
public StiWebViewerHelper()
-
-
Method Details
-
getCacheHelper
- Returns:
- the cacheHelper
-
getReportObject
public static StiReport getReportObject(StiHttpServletRequest httpContext, StiRequestParams requestParams) -
getWebViewer
public String getWebViewer(URL context, StiHttpServletRequest request, StiReport report, StiServletContext servletContext) throws ParserConfigurationException, IOException, StiException -
getWebViewer
public String getWebViewer(StiWebViewerOptions options, StiMailProperties mailProperties, URL context, StiHttpServletRequest request, StiReport report, StiServletContext servletContext) throws ParserConfigurationException, IOException, StiException -
getWebViewer
public String getWebViewer(String viewerID, URL context, StiHttpServletRequest request, StiReport report, StiServletContext servletContext) throws ParserConfigurationException, IOException, StiException -
getWebViewer
public String getWebViewer(String viewerID, StiWebViewerOptions options, StiMailProperties mailProperties, URL context, StiHttpServletRequest request, StiReport report, StiServletContext servletContext) throws ParserConfigurationException, IOException, StiException -
getRequestParams
public static StiRequestParams getRequestParams(StiHttpServletRequest httpContext, StiHttpServletResponse response) throws IOException, JSONException - Throws:
IOExceptionJSONException
-
getExportSettings
-