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
|
com.groupdocs.viewer.db.manager.LinkManager |
getLinkManager()
Get files path manager object
|
com.groupdocs.viewer.db.manager.PageRotationManager |
getPageRotationManager()
Get page rotation manager
|
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 |
void |
initLinkManager()
Initialization of files path manager
|
void |
initPageRotationManager()
Initialization of page rotation manager
|
public static final String TEMP
public ServiceConfiguration(IServiceConfiguration config)
public String getApplicationPath()
public String getRootDir()
public String getTempDir()
public String getStorageDir()
public String getUploadPath()
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()
Copyright © 2015. All rights reserved.