|
||||||||||
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 |
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 |
isUseAuthorization()
Deprecated. |
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. |
Method Detail |
---|
String getApplicationPath()
String getBasePath()
String getEncryptionKey()
Integer getExpirationDate()
String getLicensePath()
String getLocalesPath()
Long getMaxCacheSize()
@Deprecated Boolean isUseAuthorization()
Boolean isUseBrowserCache()
Boolean isUseCache()
String getUploadPath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |