com.groupdocs.annotation.config
Class ServiceConfiguration
java.lang.Object
com.groupdocs.viewer.config.ServiceConfiguration
com.groupdocs.annotation.config.ServiceConfiguration
public class ServiceConfiguration
- extends com.groupdocs.viewer.config.ServiceConfiguration
Server configuration for Annotation Java Library
- Author:
- Aleksey Permyakov
- See Also:
AnnotationHandler
| Fields inherited from class com.groupdocs.viewer.config.ServiceConfiguration |
FILES, IMAGES |
| Methods inherited from class com.groupdocs.viewer.config.ServiceConfiguration |
getAppPath, getAsposeLicensePath, getBasePath, getFilesPath, getImagesPath, getLicensePath, getWidth, isAuth, isUseCache |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceConfiguration
public ServiceConfiguration(String appPath,
String basePath,
String annotationLicensePath,
Boolean auth,
Integer width)
- Create main configuration object
- Parameters:
appPath - Application path (ex: http://127.0.0.1:8080/)basePath - Path to file storageannotationLicensePath - Path to Annotation license fileauth - Authorization flagwidth - annotation div width
getAnnotationLicensePath
public String getAnnotationLicensePath()
- Get path to Annotation license file
- Returns:
- path to Annotation license file
Copyright © 2014. All rights reserved.