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 |
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. |
String getApplicationPath()
String getBasePath()
String getEncryptionKey()
Integer getExpirationDate()
String getLicensePath()
String getLocalesPath()
Long getMaxCacheSize()
Boolean isUseBrowserCache()
Boolean isUseCache()
String getUploadPath()
Copyright © 2014. All rights reserved.