|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceConfiguration | |
---|---|
com.groupdocs.viewer.domain.path | |
com.groupdocs.viewer.handlers |
Uses of ServiceConfiguration in com.groupdocs.viewer.domain.path |
---|
Constructors in com.groupdocs.viewer.domain.path with parameters of type ServiceConfiguration | |
---|---|
EncodedPath(String filePath,
ServiceConfiguration config)
Path encoding Use this object to generate encoded path for Viewer Same logic is used on initial document load |
Uses of ServiceConfiguration in com.groupdocs.viewer.handlers |
---|
Methods in com.groupdocs.viewer.handlers that return ServiceConfiguration | |
---|---|
ServiceConfiguration |
ViewerHandlerBasic.getConfiguration()
|
Constructors in com.groupdocs.viewer.handlers with parameters of type ServiceConfiguration | |
---|---|
ViewerHandler(ServiceConfiguration config)
|
|
ViewerHandler(ServiceConfiguration config,
CacheDataHandler cacheHandler)
|
|
ViewerHandler(ServiceConfiguration config,
InputDataHandler inputDataHandler)
|
|
ViewerHandler(ServiceConfiguration config,
InputDataHandler inputDataHandler,
CacheDataHandler cacheHandler)
|
|
ViewerHandlerBasic(ServiceConfiguration config)
Viewer constructor |
|
ViewerHandlerBasic(ServiceConfiguration config,
CacheDataHandler cacheHandler)
Viewer constructor |
|
ViewerHandlerBasic(ServiceConfiguration config,
InputDataHandler inputDataHandler)
Viewer constructor |
|
ViewerHandlerBasic(ServiceConfiguration config,
InputDataHandler inputDataHandler,
CacheDataHandler cacheHandler)
Viewer constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |