public interface IBackEndConfiguration
Modifier and Type | Method and Description |
---|---|
String |
getApplicationPath()
Get application path
ex: http://localhost:8080/ |
String |
getBasePath()
Get absolute storage path
Path where all document will be stored (accessible by application) |
String |
getCachePath()
Get absolute path to cache directory
Set null or empty for the default Default path is storage/temp directory |
String |
getEncryptionKey()
Get encrypt key
Encrypt key is used for token id's generations. Key must be 16 characters length or null |
Integer |
getExpirationDate()
Get expiration date
Expiration date for generated token id's from file uploads. Set 0 to unlimited. |
String |
getLicensePath()
Get absolute path to license file
|
String |
getLocalesPath()
Get locales path
Path where custom locale files are stored. |
Long |
getMaxCacheSize()
Get maximum size of temp files directory
|
String |
getUploadPath()
Get upload path
Default upload path is storage path. Define path in case uploaded files should be stored in different path or return null. Path is relative |
Boolean |
isUseBrowserCache()
Browser cache flag
Prevent browsers from storing images in cache |
Boolean |
isUseCache()
Image cache flag
This flag work only in image based engine. |
Boolean |
isUseHtmlBasedEngine()
Use HtmlBased Engine If the use parameter is true, the Viewer control
will convert the pages of documents to HTML and show them in browser
If false, the Viewer control will convert the pages of documents to JPEG images and show them in browser. If the usePngImagesForHtmlBasedEngine parameter is true, the Viewer will generate page backgrounds as PNG images (it is useful for Inernet Explorer 8 which does not support SVG images), otherwise it will generate SVG images which reference PNG images |
String getApplicationPath()
String getBasePath()
String getLocalesPath()
String getLicensePath()
String getUploadPath()
String getCachePath()
String getEncryptionKey()
Integer getExpirationDate()
Long getMaxCacheSize()
Boolean isUseBrowserCache()
Boolean isUseCache()
Boolean isUseHtmlBasedEngine()
Copyright © 2015. All rights reserved.