Uses of Class
com.stimulsoft.web.proxyee.StiHttpServletRequest
Packages that use StiHttpServletRequest
Package
Description
-
Uses of StiHttpServletRequest in com.stimulsoft.web.cache
Methods in com.stimulsoft.web.cache with parameters of type StiHttpServletRequestModifier and TypeMethodDescriptionvoidStiCache.clearStoredObjects(StiHttpServletRequest request) Clear webviewer garbage objectsStiCache.getObject(StiHttpServletRequest request, String objectGuid) Return stored object in cachevoidStiCache.removeObject(StiHttpServletRequest request, String objectGuid) Remove object from cachevoidStiCache.storeObject(StiHttpServletRequest request, Object object, String objectGuid) Store object in cache -
Uses of StiHttpServletRequest in com.stimulsoft.web.classes
Fields in com.stimulsoft.web.classes declared as StiHttpServletRequest -
Uses of StiHttpServletRequest in com.stimulsoft.web.events
Methods in com.stimulsoft.web.events with parameters of type StiHttpServletRequestModifier and TypeMethodDescriptionabstract voidStiAbstractAction.process(InputStream is, OutputStream os, StiHttpServletRequest request) abstract voidStiAbstractWebAction.process(StiHttpServletRequest request, StiHttpServletResponse response) voidStiAbstractAction.run(InputStream is, OutputStream os, StiHttpServletRequest request) voidStiAbstractWebAction.run(StiHttpServletRequest request, StiHttpServletResponse response) voidStiIAction.run(InputStream is, OutputStream os, StiHttpServletRequest request) -
Uses of StiHttpServletRequest in com.stimulsoft.web.helper
Methods in com.stimulsoft.web.helper with parameters of type StiHttpServletRequestModifier and TypeMethodDescriptionstatic ByteArrayOutputStreamStiExportsHelper.emailReport(StiRequestParams requestParams, StiReport report, StiExportSettings settings, StiMailProperties options, StiHttpServletRequest request) static StiWebActionResultStiExportsHelper.emailReportResult(StiRequestParams requestParams, StiReport report, StiExportSettings settings, StiMailProperties options, StiHttpServletRequest request) static StiRequestParamsStiRequestParamsHelper.get(StiHttpServletRequest httpContext, StiHttpServletResponse response, StringBuffer jsonParams) static ObjectStiCacheHelper.getObject(String guid, StiHttpServletRequest request) static ObjectStiCacheHelper.getObjectInternal(StiRequestParams requestParams, String objectGuid, StiHttpServletRequest request) static ObjectStiCacheHelper.getOptions(StiRequestParams params, StiHttpServletRequest request) static StiReportStiCacheHelper.getReport(String guid, StiHttpServletRequest request) Get the report object from cache.StiCacheHelper.getReportInternal(StiRequestParams requestParams, boolean useDrillDownReportSnapshot, StiHttpServletRequest request) StiCacheHelper.getReportInternal(StiRequestParams requestParams, StiHttpServletRequest request) static StiWebActionResultStiReportHelper.interactionResult(StiRequestParams requestParams, StiReport report, StiHttpServletRequest request) static StiWebActionResultStiReportHelper.openReportResult(StiRequestParams requestParams, StiHttpServletRequest request) static voidStiCacheHelper.removeObject(String guid, StiHttpServletRequest request) static voidStiCacheHelper.removeReport(String guid, StiHttpServletRequest request) voidStiCacheHelper.removeReportInternal(StiRequestParams requestParams, StiHttpServletRequest request) static voidStiCacheHelper.saveObject(Object obj, String guid, StiHttpServletRequest request) static voidStiCacheHelper.saveObjectInternal(Object obj, StiRequestParams requestParams, String objectGuid, StiHttpServletRequest request) static voidStiCacheHelper.saveOptions(Object options, String designerId, StiHttpServletRequest request) static voidStiCacheHelper.saveReport(StiReport report, String guid, StiHttpServletRequest request) Save the report object to cache.voidStiCacheHelper.saveReportInternal(StiRequestParams requestParams, StiReport report, StiHttpServletRequest request) -
Uses of StiHttpServletRequest in com.stimulsoft.web.servlet
Methods in com.stimulsoft.web.servlet with parameters of type StiHttpServletRequestModifier and TypeMethodDescriptionprotected static voidStiWebResourceServletHelper.processing(StiHttpServletRequest request, StiHttpServletResponse response) -
Uses of StiHttpServletRequest in com.stimulsoft.webdesigner
Methods in com.stimulsoft.webdesigner with parameters of type StiHttpServletRequestModifier and TypeMethodDescriptionstatic StiWebActionResultStiWebDesignerCommands.commandResult(StiRequestParams requestParams, StiReport currentReport, StiHttpServletRequest httpContext) static StiWebActionResultStiWebDesignerActions.designerEventResult(StiReport report, StiHttpServletRequest httpContext, StiHttpServletResponse response, StringBuffer jsonParams) static StiWebActionResultStiWebDesignerActions.designerEventResult(StiHttpServletRequest httpContext, StiHttpServletResponse response, StringBuffer jsonParams) static StiWebActionResultStiWebDesignerActions.exportReportResult(StiRequestParams requestParams, StiReport report, StiExportSettings settings, StiHttpServletRequest httpContext, StiHttpServletResponse response, StringBuffer jsonParams) static StringStiWebDesigner.getActionCommandName(StiHttpServletRequest httpContext, JSONObject jsonObject) Get the name of inner command.static StiReportStiWebDesignerHelper.getActionReportObject(StiRequestParams requestParams, StiHttpServletRequest httpContext) Get the current report template for the current action of the component.StiWebDesignerHelper.getActionReportObject(StiHttpServletRequest httpContext, StiHttpServletResponse response, StringBuffer jsonParams) Get the current report template for the current action of the component.StiWebDesignerRender.getDesigner(URL context, Object handler, StiHttpServletRequest request, StiHttpServletResponse response, Object servletContext) static ObjectStiWebDesigner.getHandler(StiHttpServletRequest request, StiRequestParams requestParams) StiWebDesigner.getNewReportCallbackResult(HashMap<String, Object> callbackResult, StiHttpServletRequest httpContext, StiReport report, HashMap<String, Object> parameters) static StiReportStiWebDesignerCommands.getReportForDesigner(StiRequestParams requestParams, StiReport currentReport, StiHttpServletRequest httpContext) static StiReportStiWebDesigner.getReportObject(StiHttpServletRequest httpContext, StiRequestParams requestParams) Save the report template or report template to cache.static StiReportStiWebDesignerHelper.getReportObject(StiHttpServletRequest httpContext, StiRequestParams requestParams) static StiWebActionResultStiWebDesignerActions.getReportResult(StiReport report, StiHttpServletRequest httpContext, StiHttpServletResponse response, StringBuffer jsonParams) static StiWebActionResultStiWebDesignerActions.getReportResult(StiHttpServletRequest httpContext, StiHttpServletResponse response, StringBuffer jsonParams) StiWebDesigner.getReportSnapshotCallbackResult(HashMap<String, Object> callbackResult, StiHttpServletRequest httpContext, StiReport report, HashMap<String, Object> parameters) static StiRequestParamsStiWebDesigner.getRequestParams(StiHttpServletRequest httpContext, StiHttpServletResponse response) static StiRequestParamsStiWebDesignerHelper.getRequestParams(StiHttpServletRequest httpContext, StiHttpServletResponse response, StringBuffer jsonParams) StiWebDesignerHelper.getWebDesigner(StiWebDesignerOptions options, URL context, StiHttpServletRequest request, StiHttpServletResponse response, Object handler, StiServletContext servletContext) StiWebDesignerHelper.getWebDesigner(String designerID, StiWebDesignerOptions options, URL context, StiHttpServletRequest request, StiHttpServletResponse response, Object handler, Object servletContext) StiWebDesignerHelper.getWebDesigner(String designerID, URL context, StiHttpServletRequest request, StiHttpServletResponse response, Object handler, StiServletContext servletContext) StiWebDesignerHelper.getWebDesigner(URL context, StiHttpServletRequest request, StiHttpServletResponse response, Object handler, StiServletContext servletContext) static StiWebActionResultStiWebDesignerActions.previewReportResult(StiReport report, StiHttpServletRequest httpContext, StiHttpServletResponse response, StringBuffer jsonParams) static StiWebActionResultStiWebDesignerActions.previewReportResult(StiRequestParams requestParams, StiReport report, StiHttpServletRequest httpContext, StiHttpServletResponse response, StringBuffer jsonParams) static StiWebActionResultStiWebDesignerActions.previewReportResult(StiHttpServletRequest httpContext, StiHttpServletResponse response, StringBuffer jsonParams) protected StringStiWebDesignerRender.renderJsonParameters(Element root, Document doc, URL context, StiReport report, StiHttpServletRequest request, StiHttpServletResponse response, Object handler, Object servletContext) static StiReportStiWebDesigner.saveReportObject(StiHttpServletRequest httpContext, StiReport report, String reportGuid) Save the report template or report template to cache.static StiWebActionResultStiWebDesignerActions.saveReportResult(StiHttpServletRequest httpContext, StiHttpServletResponse response, StringBuffer jsonParams) Constructors in com.stimulsoft.webdesigner with parameters of type StiHttpServletRequestModifierConstructorDescriptionStiWebDesignerRender(StiWebDesignerOptions options, URL context, StiHttpServletRequest request) -
Uses of StiHttpServletRequest in com.stimulsoft.webdesigner.helper
Methods in com.stimulsoft.webdesigner.helper with parameters of type StiHttpServletRequestModifier and TypeMethodDescriptionstatic voidStiReportCheckHelper.actionCheck(StiHttpServletRequest httpContext, StiRequestParams requestParams, StiReport report, HashMap<String, Object> parameters, HashMap<String, Object> callbackResult) static voidStiReportEdit.addReportToUndoArray(StiHttpServletRequest httpContext, StiRequestParams requestParams, StiReport report) static voidStiReportEdit.addReportToUndoArray(StiHttpServletRequest httpContext, StiRequestParams requestParams, StiReport report, boolean withResources) static voidStiReportEdit.canceledEditComponent(StiHttpServletRequest httpContext, StiRequestParams requestParams, StiReport currentReport, HashMap param) StiReportCheckHelper.checkReport(StiHttpServletRequest httpContext, StiRequestParams requestParams, StiReport report, boolean createReportCopy) static voidStiReportEdit.clearUndoArray(StiHttpServletRequest httpContext, StiRequestParams requestParams) static voidStiStylesHelper.copyStyle(StiHttpServletRequest httpContext, StiRequestParams requestParams, StiReport report, HashMap param, HashMap<String, Object> callbackResult) static voidStiReportEdit.createMovingCopyComponent(StiHttpServletRequest httpContext, StiRequestParams requestParams, StiReport report, HashMap param, HashMap callbackResult) static voidStiReportCheckHelper.getCheckPreview(StiHttpServletRequest httpContext, StiRequestParams requestParams, StiReport report, HashMap<String, Object> parameters, HashMap<String, Object> callbackResult) static voidStiReportEdit.getFromClipboard(StiHttpServletRequest httpContext, StiRequestParams requestParams, StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static StiReportStiReportEdit.getRedoStep(StiHttpServletRequest httpContext, StiRequestParams requestParams, StiReport currentReport, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static StiReportStiReportEdit.getUndoStep(StiHttpServletRequest httpContext, StiRequestParams requestParams, StiReport currentReport, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiStylesHelper.pasteStyle(StiHttpServletRequest httpContext, StiRequestParams requestParams, StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiReportEdit.saveComponentClone(StiHttpServletRequest httpContext, StiRequestParams requestParams, StiComponent component) static voidStiReportEdit.setToClipboard(StiHttpServletRequest httpContext, StiRequestParams requestParams, StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) -
Uses of StiHttpServletRequest in com.stimulsoft.webdesigner.servlet
Methods in com.stimulsoft.webdesigner.servlet with parameters of type StiHttpServletRequestModifier and TypeMethodDescriptionprotected static voidStiWebDesignerActionServletHelper.processing(StiHttpServletRequest request, StiHttpServletResponse response) -
Uses of StiHttpServletRequest in com.stimulsoft.webviewer
Methods in com.stimulsoft.webviewer with parameters of type StiHttpServletRequestModifier and TypeMethodDescriptionstatic StiWebActionResultStiWebViewerActions.emailReportResult(StiRequestParams requestParams, StiReport report, StiMailProperties options, StiExportSettings settings, StiHttpServletRequest request, StiHttpServletResponse response) static StiWebActionResultStiWebViewerActions.emailReportResult(StiHttpServletRequest request, StiHttpServletResponse response) static StiWebActionResultStiWebViewerActions.exportReportResult(StiRequestParams requestParams, StiReport report, StiExportSettings settings, StiHttpServletRequest httpContext, StiHttpServletResponse response) Get the action result required for export the report.static StiWebActionResultStiWebViewerActions.exportReportResult(StiRequestParams requestParams, StiReport report, StiHttpServletRequest httpContext, StiHttpServletResponse response) static StiWebActionResultStiWebViewerActions.exportReportResult(StiHttpServletRequest httpContext, StiHttpServletResponse response, StiRequestParams requestParams, StiExportSettings settings) StiAngularViewerHandler.getMailProperties(StiHttpServletRequest request, StiHttpServletResponse response) Must returnStiMailPropertiesfor viewerStiAngularViewerHandler.getOptions(StiHttpServletRequest request, StiHttpServletResponse response) Must returnStiWebViewerOptionsto configure viewer otherwise use defaultStiAngularViewerHandler.getReport(StiHttpServletRequest request, StiHttpServletResponse response, JSONObject viewerProperties) Occurred on loading viewer.static StiReportStiWebViewerHelper.getReportObject(StiHttpServletRequest httpContext, StiRequestParams requestParams) static StiWebActionResultStiWebViewerActions.getReportResult(StiRequestParams requestParams, StiReport report, StiHttpServletRequest request, StiHttpServletResponse response) Get the action result required for show the specified report in the viewer.static StiWebActionResultStiWebViewerActions.getReportResult(StiHttpServletRequest request, StiHttpServletResponse response) Get the action result required for show the specified report in the viewer.static StiRequestParamsStiWebViewerHelper.getRequestParams(StiHttpServletRequest httpContext, StiHttpServletResponse response) StiWebViewerHelper.getWebViewer(StiWebViewerOptions options, StiMailProperties mailProperties, URL context, StiHttpServletRequest request, StiReport report, StiServletContext servletContext) StiWebViewerHelper.getWebViewer(String viewerID, StiWebViewerOptions options, StiMailProperties mailProperties, URL context, StiHttpServletRequest request, StiReport report, StiServletContext servletContext) StiWebViewerHelper.getWebViewer(String viewerID, URL context, StiHttpServletRequest request, StiReport report, StiServletContext servletContext) StiWebViewerHelper.getWebViewer(URL context, StiHttpServletRequest request, StiReport report, StiServletContext servletContext) static StiWebActionResultStiWebViewerActions.interactionResult(StiReport report, StiHttpServletRequest httpContext, StiHttpServletResponse response) Get the action result required for interactive operations with a report.static StiWebActionResultStiWebViewerActions.interactionResult(StiRequestParams requestParams, StiReport report, StiHttpServletRequest httpContext, StiHttpServletResponse response) Get the action result required for interactive operations with a report.static ObjectStiWebViewerActions.interactionResult(StiRequestParams requestParams, StiHttpServletRequest httpContext, StiHttpServletResponse response) Get the action result required for interactive operations with a report.static ObjectStiWebViewerActions.interactionResult(StiHttpServletRequest httpContext, StiHttpServletResponse response) Get the action result required for interactive operations with a report.static ObjectStiWebViewerActions.viewerEventResult(StiReport report, StiHttpServletRequest httpContext, StiHttpServletResponse response) Get the action result required for the various requests of the viewer.The specified report will be used.static StiWebActionResultStiWebViewerActions.viewerEventResult(StiRequestParams requestParams, StiReport report, StiHttpServletRequest httpContext, StiHttpServletResponse response) Internal use only.static ObjectStiWebViewerActions.viewerEventResult(StiRequestParams requestParams, StiHttpServletRequest httpContext, StiHttpServletResponse response) Get the action result required for the various requests of the viewer.static ObjectStiWebViewerActions.viewerEventResult(StiHttpServletRequest httpContext, StiHttpServletResponse response) Get the action result required for the various requests of the viewer. -
Uses of StiHttpServletRequest in com.stimulsoft.webviewer.helper
Methods in com.stimulsoft.webviewer.helper with parameters of type StiHttpServletRequestModifier and TypeMethodDescriptionStiCollectionsHelper.getLocalizationsList(StiHttpServletRequest httpContext, String directoryPath) static StiWebActionResultStiAngularViewerHelper.initViewer(StiHttpServletRequest request, StiHttpServletResponse response) static voidStiCollectionsHelper.loadLocalizationFile(StiHttpServletRequest httpContext, String directoryPath, String filePath) -
Uses of StiHttpServletRequest in com.stimulsoft.webviewer.servlet
Methods in com.stimulsoft.webviewer.servlet with parameters of type StiHttpServletRequestModifier and TypeMethodDescriptionStiAngularViewerActionServlet.getMailProperties(StiHttpServletRequest request, StiHttpServletResponse response) StiAngularViewerActionServletJk.getMailProperties(StiHttpServletRequest request, StiHttpServletResponse response) StiAngularViewerActionServlet.getOptions(StiHttpServletRequest request, StiHttpServletResponse response) StiAngularViewerActionServletJk.getOptions(StiHttpServletRequest request, StiHttpServletResponse response) StiAngularViewerActionServlet.getReport(StiHttpServletRequest request, StiHttpServletResponse response, JSONObject viewerProperties) StiAngularViewerActionServletJk.getReport(StiHttpServletRequest request, StiHttpServletResponse response, JSONObject viewerProperties) static voidStiWebViewerActionServletHelper.processing(StiHttpServletRequest request, StiHttpServletResponse response)