com.groupdocs.annotation.config
Class ServiceConfiguration

java.lang.Object
  extended by com.groupdocs.viewer.config.ServiceConfiguration
      extended by 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

Field Summary
 
Fields inherited from class com.groupdocs.viewer.config.ServiceConfiguration
FILES, IMAGES
 
Constructor Summary
ServiceConfiguration(String appPath, String basePath, String annotationLicensePath, Boolean auth, Integer width)
          Create main configuration object
 
Method Summary
 String getAnnotationLicensePath()
          Get path to Annotation license file
 
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
 

Constructor Detail

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 storage
annotationLicensePath - Path to Annotation license file
auth - Authorization flag
width - annotation div width
Method Detail

getAnnotationLicensePath

public String getAnnotationLicensePath()
Get path to Annotation license file

Returns:
path to Annotation license file


Copyright © 2014. All rights reserved.