com.groupdocs.viewer.domain.path
Class EncodedPath
java.lang.Object
com.groupdocs.viewer.domain.path.GroupDocsPath
com.groupdocs.viewer.domain.path.EncodedPath
public class EncodedPath
- extends GroupDocsPath
Path encoding
- Author:
- Alex Bobkov
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 © 2014. All rights reserved.