Uses of Class
com.snowbound.contenthandler.VirtualViewerAPIException
-
Packages that use VirtualViewerAPIException Package Description com.snowbound.ajax.servlet.actions com.snowbound.common.utils Utility classes that may be used in the content handler.com.snowbound.contenthandler.example Demonstration content handlers, including the default FileContentHandler.com.snowbound.contenthandler.interfaces Interfaces that can be used to add features to a content handler.com.snowbound.contenthandler.rest -
-
Uses of VirtualViewerAPIException in com.snowbound.ajax.servlet.actions
Methods in com.snowbound.ajax.servlet.actions that throw VirtualViewerAPIException Modifier and Type Method Description abstract voidActionHandler. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)voidCountPagesActionHandler. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)voidCreateDocumentFromAttachmentActionHandler. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)voidDeleteAnnotationLayerActionHandler. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)voidDownloadEmailAttachmentActionHandler. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)voidEmailDocumentActionHandler. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)voidEventNotificationActionHandler. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)voidExportDocumentsActionHandler. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)voidGetAllTextForPageActionHandler. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)voidGetAnnotationModelActionHandler. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)voidGetDocumentListActionHandler. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)voidGetDocumentModelActionHandler. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)voidGetImageActionHandler. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)voidGetLicenseActionHandler. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)voidGetMediaActionHandler. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)voidGetMediaCaptionActionHandler. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)voidGetPageActionHandler. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)voidGetServerConfigActionHandler. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)voidGetThumbnailActionHandler. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)voidNewExportActionHandler. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)voidPerformOCRActionHandler. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)voidRemoveDocumentFromCacheActionHandler. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)voidRenameAnnotationLayerActionHandler. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)voidSaveDocumentModelActionHandler. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)voidSearchDocumentActionHandler. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)voidSeedCacheActionHandler. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)voidSendDocumentActionHandler. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)voidUploadDocumentActionHandler. handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
Uses of VirtualViewerAPIException in com.snowbound.common.utils
Methods in com.snowbound.common.utils that throw VirtualViewerAPIException Modifier and Type Method Description int[]RasterMaster. getPagesWithPattern(java.io.DataInputStream pdfInputStream, java.lang.String searchPattern)int[]RasterMaster. getPagesWithText(java.io.DataInputStream pdfInputStream, java.lang.String searchString)byte[]RasterMaster. IMGLOW_ocr_bitmap(byte[] inBuffer)Convert raster buffer to vector pdf buffer. -
Uses of VirtualViewerAPIException in com.snowbound.contenthandler.example
-
Uses of VirtualViewerAPIException in com.snowbound.contenthandler.interfaces
Methods in com.snowbound.contenthandler.interfaces that throw VirtualViewerAPIException Modifier and Type Method Description ContentHandlerResultHealthCheckInterface. checkAvailable(ContentHandlerInput input)Returns null, or an empty ContentHandlerResult for a successful "healthy" result, or throws a VirtualViewerAPIException for an "unhealthy" result.ContentHandlerResultCreateDocumentInterface. createDocument(ContentHandlerInput input)ContentHandlerResultAnnotationsInterface. deleteAnnotation(ContentHandlerInput input)Called when the client has requested to delete the specified annotation layer.ContentHandlerResultBookmarksInterface. deleteBookmarkContent(ContentHandlerInput input)Delete the bookmark XML content for the specified document key, if it exists.ContentHandlerResultDocumentNotesInterface. deleteNotesContent(ContentHandlerInput input)Called when the client has requested to delete all notes for the specified document.ContentHandlerResultWatermarksInterface. deleteWatermarkContent(ContentHandlerInput input)Delete the watermark content for the specified document key, if it exists.ContentHandlerResultEventSubscriberInterface. eventNotification(ContentHandlerInput input)This method is called when some events occur in the VirtualViewer client, such as opening a document or viewing a new page on the document.ContentHandlerResultAllAnnotationsInterface. getAllAnnotationsForDocument(ContentHandlerInput input)Returns a map of all of the annotations for a specified document key.ContentHandlerResultAnnotationsInterface. getAnnotationContent(ContentHandlerInput input)Returns the content for the specified annotation layer and document key in the form of a byte array.ContentHandlerResultAnnotationsInterface. getAnnotationNames(ContentHandlerInput input)Returns an array of annotation layer names for the specified document key and client instance key.ContentHandlerResultAnnotationsInterface. getAnnotationProperties(ContentHandlerInput input)Returns the properties for a specified annotation layer key in the form of a hashtable.ContentHandlerResultAvailableDocumentsInterface. getAvailableDocumentIds(ContentHandlerInput input)Returns an array containing the set of document keys available for viewing.ContentHandlerResultBookmarksInterface. getBookmarkContent(ContentHandlerInput input)Returns the bookmark XML content for the specified document key in the form of a byte array.ContentHandlerResultVirtualViewerContentHandlerInterface. getDocumentContent(ContentHandlerInput input)Returns the content for the specified document key.ContentHandlerResultDocumentNotesInterface. getNotesContent(ContentHandlerInput input)Returns the contents of the document notes XML file for the specified document key in the form of a byte array.ContentHandlerResultOCRDataProviderInterface. getOCRDataForDocument(ContentHandlerInput input)Returns a JSON file, passed as a byte array, of OCRed text data for a document.ContentHandlerResultOCRDataProviderInterface. getOCRDataOnPerformOCR(ContentHandlerInput input)Returns a JSON file, passed as a byte array, of OCRed text data for a document.ContentHandlerResultWatermarksInterface. getWatermarkContent(ContentHandlerInput input)Returns the watermark file for the specified document key in the form of a byte array.voidVirtualViewerContentHandlerInterface. init(javax.servlet.ServletConfig config)Used to set up each content handler instance before any methods are called.ContentHandlerResultAnnotationsInterface. saveAnnotationContent(ContentHandlerInput input)This method gets called when annotation data for the specified annotation file is ready to be saved.ContentHandlerResultVirtualViewerContentHandlerInterface. saveDocumentComponents(ContentHandlerInput input)This method is used to save or update an existing document and sub-components of the document, such as annotations, bookmarks, document notes and watermarks.ContentHandlerResultVirtualViewerContentHandlerInterface. saveDocumentComponentsAs(ContentHandlerInput input)This method is used to save a copy of a document under a new key, along with sub-components of the document, such as annotations, bookmarks, document notes and watermarks.ContentHandlerResultVirtualViewerContentHandlerInterface. saveDocumentContent(ContentHandlerInput input)This method is used to update document data only.ContentHandlerResultSendDocumentInterface. sendDocumentContent(ContentHandlerInput input)This method gets called to send a document via a mechanism defined by the content handler. -
Uses of VirtualViewerAPIException in com.snowbound.contenthandler.rest
Constructors in com.snowbound.contenthandler.rest that throw VirtualViewerAPIException Constructor Description RestfulContentHandlerRequestBuilder(org.apache.hc.core5.http.HttpHost host)
-