Class Object3DHandler
java.lang.Object
io.goobi.viewer.controller.imaging.Object3DHandler
Resolves urls audio or video files.
- Author:
- Florian Alpers
-
Constructor Summary
ConstructorsConstructorDescriptionObject3DHandler(Configuration config) Creates a new Object3DHandler instance. -
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
Creates a new Object3DHandler instance.- Parameters:
config- aConfigurationobject.
-
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
-