com.groupdocs.viewer.domain.path
Class EncodedPath

java.lang.Object
  extended by com.groupdocs.viewer.domain.path.GroupDocsPath
      extended by com.groupdocs.viewer.domain.path.EncodedPath

public class EncodedPath
extends GroupDocsPath

Path encoding

Author:
Alex Bobkov

Field Summary
 
Fields inherited from class com.groupdocs.viewer.domain.path.GroupDocsPath
path
 
Constructor Summary
EncodedPath(String filePath, ServiceConfiguration config)
          Path encoding
Use this object to generate encoded path for Viewer
Same logic is used on initial document load
 
Method Summary
 
Methods inherited from class com.groupdocs.viewer.domain.path.GroupDocsPath
getPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncodedPath

public EncodedPath(String filePath,
                   ServiceConfiguration config)
Path encoding
Use this object to generate encoded path for Viewer
Same logic is used on initial document load

Parameters:
filePath - original file path (relative, absolute or URL)
config - configuration file


Copyright © 2015. All rights reserved.