Class ActionHandler
- java.lang.Object
-
- com.snowbound.ajax.servlet.actions.ActionHandler
-
- Direct Known Subclasses:
CountPagesActionHandler,CreateDocumentFromAttachmentActionHandler,DeleteAnnotationLayerActionHandler,DownloadEmailAttachmentActionHandler,EmailDocumentActionHandler,EventNotificationActionHandler,ExportDocumentsActionHandler,GetAllTextForPageActionHandler,GetAnnotationModelActionHandler,GetDocumentListActionHandler,GetDocumentModelActionHandler,GetImageActionHandler,GetLicenseActionHandler,GetMediaActionHandler,GetMediaCaptionActionHandler,GetPageActionHandler,GetServerConfigActionHandler,GetThumbnailActionHandler,HealthActionHandler,NewExportActionHandler,PerformOCRActionHandler,RemoveDocumentFromCacheActionHandler,RenameAnnotationLayerActionHandler,SaveDocumentModelActionHandler,SearchDocumentActionHandler,SeedCacheActionHandler,SendDocumentActionHandler,UploadDocumentActionHandler
public abstract class ActionHandler extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ActionHandler(com.snowbound.clientcontentserver.RetrievalProcessor retrievalProcessor, com.snowbound.clientcontentserver.UploadProcessor uploadProcessor)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidhandle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
-
-
Method Detail
-
handle
public abstract void handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws VirtualViewerAPIException- Throws:
VirtualViewerAPIException
-
-