|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBackEndConfiguration
Method Summary | |
---|---|
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 |
getEncoding()
Get encoding Default encoding is UTF-8, for default pass null as parameter |
String |
getEncryptionKey()
Get encrypt key Encrypt key is used for token id's generations. |
Integer |
getExpirationDate()
Get expiration date Expiration date for generated token id's from file uploads. |
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. |
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. |
Method Detail |
---|
String getApplicationPath()
String getBasePath()
String getLocalesPath()
String getLicensePath()
String getUploadPath()
String getCachePath()
String getEncryptionKey()
Integer getExpirationDate()
Long getMaxCacheSize()
Boolean isUseBrowserCache()
Boolean isUseCache()
Boolean isUseHtmlBasedEngine()
String getEncoding()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |