Uses of Class
io.goobi.viewer.model.job.download.DownloadOption
Packages that use DownloadOption
Package
Description
Core controller and utility classes of the Goobi viewer.
JSF managed beans (CDI backing beans) of the Goobi viewer.
Models asynchronous download jobs for generating and caching PDF, EPUB, and external-file
download packages that users can retrieve once processing is complete.
Contains the core viewer model, including the central
ViewManager, physical and structural record elements,
page navigation, MIME type handling, and supporting value types used across the viewer presentation layer.-
Uses of DownloadOption in io.goobi.viewer.controller
Methods in io.goobi.viewer.controller that return types with arguments of type DownloadOptionModifier and TypeMethodDescriptionConfiguration.getSidebarWidgetDownloadsPageDownloadOptions()Returns a list of configured page download options. -
Uses of DownloadOption in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return DownloadOptionModifier and TypeMethodDescriptionActiveDocumentBean.getSelectedDownloadOption()getSelectedDownloadOption.ActiveDocumentBean.getSelectedDownloadOptionOrDefault()Methods in io.goobi.viewer.managedbeans that return types with arguments of type DownloadOptionMethods in io.goobi.viewer.managedbeans with parameters of type DownloadOptionModifier and TypeMethodDescriptionImageDeliveryBean.getCurrentImageDownloadUrl(DownloadOption option) -
Uses of DownloadOption in io.goobi.viewer.model.job.download
Methods in io.goobi.viewer.model.job.download that return DownloadOptionModifier and TypeMethodDescriptionstatic DownloadOptionDownloadOption.getByLabel(String label) Retrieves theDownloadOptionwith the given label from configuration.DownloadOption.setBoxSizeInPixel(String boxSizeInPixel) -
Uses of DownloadOption in io.goobi.viewer.model.viewer
Methods in io.goobi.viewer.model.viewer that return types with arguments of type DownloadOptionModifier and TypeMethodDescriptionstatic List<DownloadOption> ViewManager.getDownloadOptionsForImage(List<DownloadOption> configuredOptions, Dimension origImageSize, Dimension configuredMaxSize, String imageFilename) ViewManager.getDownloadOptionsForPage(PhysicalElement page) Methods in io.goobi.viewer.model.viewer with parameters of type DownloadOptionModifier and TypeMethodDescriptionViewManager.getPageDownloadUrl(DownloadOption option, PhysicalElement page) getPageDownloadUrl.Method parameters in io.goobi.viewer.model.viewer with type arguments of type DownloadOptionModifier and TypeMethodDescriptionstatic List<DownloadOption> ViewManager.getDownloadOptionsForImage(List<DownloadOption> configuredOptions, Dimension origImageSize, Dimension configuredMaxSize, String imageFilename)