public class ServiceConfiguration extends Object
Constructor and Description |
---|
ServiceConfiguration(IServiceConfiguration config) |
Modifier and Type | Method and Description |
---|---|
String |
getApplicationPath()
Get application path
|
IServiceConfiguration |
getConfig()
Get UI configuration
|
String |
getEncryptionKey()
Get encryption key
|
String |
getLicensePath()
Path to license file
|
com.groupdocs.viewer.db.manager.LinkManager |
getLinkManager()
Get files path manager object
|
com.groupdocs.viewer.db.manager.PageRotationManager |
getPageRotationManager() |
String |
getRootDir()
Path to file storage
|
String |
getStorageDir()
Path to files directory, starting from root path
|
String |
getTempDir()
Path to temp directory where all generated images will be stored
|
String |
getUploadPath()
Get upload path
By default upload path is set in storage path |
Integer |
getWidth()
Get default image width
|
void |
initLinkManager()
Initialization of files path manager
|
void |
initPageRotationManager() |
Boolean |
isUseCache()
Verifies to generate cache images file or not
|
public static final String TEMP
public static final String FILES
public ServiceConfiguration(IServiceConfiguration config)
public String getApplicationPath()
public String getRootDir()
public String getLicensePath()
public String getTempDir()
public String getStorageDir()
public Boolean isUseCache()
public Integer getWidth()
public String getEncryptionKey()
public IServiceConfiguration getConfig()
public com.groupdocs.viewer.db.manager.LinkManager getLinkManager()
public com.groupdocs.viewer.db.manager.PageRotationManager getPageRotationManager()
public void initLinkManager()
public void initPageRotationManager()
public String getUploadPath()
Copyright © 2014. All rights reserved.