Package com.axemble.vdoc.sdk.utils
Interface IViewerUtils
public interface IViewerUtils
IViewerUtils
 Use this utils to load the viewer in easysite context and create viewer links
- 
Method SummaryModifier and TypeMethodDescriptionbuildViewerLink(String viewerId, String uri, String fileName, Collection<String> siblings) Build Viewer LinkvoidloadViewer(String viewerId, ViewerViewableManagerType viewableManagerType) Load the Viewer
- 
Method Details- 
loadViewerLoad the Viewer- Parameters:
- viewerId- the viewer id
- viewableManagerType- the viewable manager type
 
- 
buildViewerLinkBuild Viewer Link- Parameters:
- viewerId- the viewerId
- uri- the uri
- fileName- the fileName
- siblings- the siblings
- Returns:
- the link
 
 
-