com.stimulsoft.webviewer
Class StiWebViewerHelper
java.lang.Object
com.stimulsoft.webviewer.StiWebViewerHelper
public class StiWebViewerHelper
- extends java.lang.Object
Copyright Stimulsoft
Method Summary |
static StiCacheHelper |
getCacheHelper()
|
static StiExportSettings |
getExportSettings(StiRequestParams requestParams)
|
static StiReport |
getReportObject(javax.servlet.http.HttpServletRequest httpContext,
StiRequestParams requestParams)
|
static StiRequestParams |
getRequestParams(javax.servlet.http.HttpServletRequest httpContext,
javax.servlet.http.HttpServletResponse response)
|
java.lang.String |
getWebViewer(StiWebViewerOptions options,
StiMailProperties mailProperties,
java.net.URL context,
javax.servlet.http.HttpServletRequest request,
StiReport report,
javax.servlet.ServletContext servletContext)
|
java.lang.String |
getWebViewer(java.lang.String viewerID,
StiWebViewerOptions options,
StiMailProperties mailProperties,
java.net.URL context,
javax.servlet.http.HttpServletRequest request,
StiReport report,
javax.servlet.ServletContext servletContext)
|
java.lang.String |
getWebViewer(java.lang.String viewerID,
java.net.URL context,
javax.servlet.http.HttpServletRequest request,
StiReport report,
javax.servlet.ServletContext servletContext)
|
java.lang.String |
getWebViewer(java.net.URL context,
javax.servlet.http.HttpServletRequest request,
StiReport report,
javax.servlet.ServletContext servletContext)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiWebViewerHelper
public StiWebViewerHelper()
getCacheHelper
public static StiCacheHelper getCacheHelper()
- Returns:
- the cacheHelper
getReportObject
public static StiReport getReportObject(javax.servlet.http.HttpServletRequest httpContext,
StiRequestParams requestParams)
getWebViewer
public java.lang.String getWebViewer(java.net.URL context,
javax.servlet.http.HttpServletRequest request,
StiReport report,
javax.servlet.ServletContext servletContext)
throws javax.xml.parsers.ParserConfigurationException,
java.io.IOException,
StiException
- Throws:
javax.xml.parsers.ParserConfigurationException
java.io.IOException
StiException
getWebViewer
public java.lang.String getWebViewer(StiWebViewerOptions options,
StiMailProperties mailProperties,
java.net.URL context,
javax.servlet.http.HttpServletRequest request,
StiReport report,
javax.servlet.ServletContext servletContext)
throws javax.xml.parsers.ParserConfigurationException,
java.io.IOException,
StiException
- Throws:
javax.xml.parsers.ParserConfigurationException
java.io.IOException
StiException
getWebViewer
public java.lang.String getWebViewer(java.lang.String viewerID,
java.net.URL context,
javax.servlet.http.HttpServletRequest request,
StiReport report,
javax.servlet.ServletContext servletContext)
throws javax.xml.parsers.ParserConfigurationException,
java.io.IOException,
StiException
- Throws:
javax.xml.parsers.ParserConfigurationException
java.io.IOException
StiException
getWebViewer
public java.lang.String getWebViewer(java.lang.String viewerID,
StiWebViewerOptions options,
StiMailProperties mailProperties,
java.net.URL context,
javax.servlet.http.HttpServletRequest request,
StiReport report,
javax.servlet.ServletContext servletContext)
throws javax.xml.parsers.ParserConfigurationException,
java.io.IOException,
StiException
- Throws:
javax.xml.parsers.ParserConfigurationException
java.io.IOException
StiException
getRequestParams
public static StiRequestParams getRequestParams(javax.servlet.http.HttpServletRequest httpContext,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException,
JSONException
- Throws:
java.io.IOException
JSONException
getExportSettings
public static StiExportSettings getExportSettings(StiRequestParams requestParams)