Deprecated Methods |
com.groupdocs.annotation.handler.AnnotationHandler.getFileHandler(String, HttpServletResponse)
as of release 1.4.0, replaced by AnnotationHandler.getFileHandler(String, boolean, HttpServletResponse) |
com.groupdocs.annotation.handler.AnnotationHandler.getHeader(HttpServletRequest)
since 1.5.0, use getHeader() instead
Get HTML header including all JavaScipts, style sheets and images |
com.groupdocs.annotation.handler.AnnotationHandler.getHeader(String)
since 1.5.0, use getHeader() instead
Get HTML header including all JavaScipts, style sheets and images |
com.groupdocs.annotation.handler.AnnotationHandler.getScripts(HttpServletRequest, HashMap)
since 1.5.0, use getAnnotationScript instead
Get inline JavaScript's JavaScripts |
com.groupdocs.annotation.handler.AnnotationHandler.getScripts(String, HashMap)
since 1.5.0, use getAnnotationScript instead
Get inline JavaScript's JavaScripts |
com.groupdocs.annotation.handler.AnnotationHandler.uploadFileHandler(String, String, String, InputStream, int, HttpServletRequest, HttpServletResponse)
|