Class Object3DHandler
java.lang.Object
io.goobi.viewer.controller.imaging.Object3DHandler
Resolves urls audio or video files
- Author:
- Florian Alpers
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetObjectUrl
(String pi, String filename) Returns the url to the media object for the given pi and filename
-
Constructor Details
-
Object3DHandler
Constructor for Object3DHandler.
- Parameters:
config
- aConfiguration
object.
-
Object3DHandler
-
-
Method Details
-
getObjectUrl
Returns the url to the media object for the given pi and filename- Parameters:
pi
- The pi of the requested workfilename
- The media filename- Returns:
- the url to the media file of the given pi and filename
-