|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.groupdocs.viewer.config.ServiceConfiguration
public class ServiceConfiguration
Viewer configuration data container with all required information to initialize Viewer object
Field Summary | |
---|---|
static String |
FILES
|
static String |
IMAGES
|
Constructor Summary | |
---|---|
ServiceConfiguration(IServiceConfiguration config)
|
Method Summary | |
---|---|
String |
getApplicationPath()
Get application path |
String |
getAsposeLicensePath()
Path to Aspose license file |
String |
getBasePath()
Path to file storage |
IServiceConfiguration |
getConfig()
Get UI configuration |
String |
getEncryptionKey()
Get encryption key |
String |
getFilesPath()
Path to files directory, starting from root path |
String |
getImagesPath()
Path to temp directory where all generated images will be stored |
String |
getLicensePath()
Path to license file |
com.groupdocs.viewer.db.manager.LinkManager |
getLinkManager()
Get files path manager object |
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 |
boolean |
isAuth()
Authorization flag, if authorization will be implemented |
Boolean |
isUseCache()
Verifies to generate cache images file or not |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String IMAGES
public static final String FILES
Constructor Detail |
---|
public ServiceConfiguration(IServiceConfiguration config)
Method Detail |
---|
public String getApplicationPath()
public String getBasePath()
public String getLicensePath()
public boolean isAuth()
public String getAsposeLicensePath()
public String getImagesPath()
public String getFilesPath()
public Boolean isUseCache()
public Integer getWidth()
public String getEncryptionKey()
public IServiceConfiguration getConfig()
public com.groupdocs.viewer.db.manager.LinkManager getLinkManager()
public void initLinkManager()
public String getUploadPath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |