Uses of Class
io.goobi.viewer.controller.imaging.ThumbnailHandler
Packages that use ThumbnailHandler
Package
Description
Core controller and utility classes of the Goobi viewer.
JSF managed beans (CDI backing beans) of the Goobi viewer.
Top-level CMS model containing cross-cutting entities such as navigation items, categories,
sliders, static page mappings, highlight data, and shared selection abstractions used
throughout the content management system.
Provides the core search domain model for the Goobi viewer, covering search queries,
facets, hit representation, browse elements, filters, and Solr result processing.
-
Uses of ThumbnailHandler in io.goobi.viewer.controller
Methods in io.goobi.viewer.controller with parameters of type ThumbnailHandlerModifier and TypeMethodDescriptionstatic org.json.JSONObjectJsonTools.getRecordJsonObject(org.apache.solr.common.SolrDocument doc, String rootUrl, ThumbnailHandler thumbs) Creates a singleJSONObjectwith metadata for the given recordSolrDocument.static org.json.JSONObjectJsonTools.getRecordJsonObject(org.apache.solr.common.SolrDocument doc, String rootUrl, String language, ThumbnailHandler thumbs) Creates a singleJSONObjectwith metadata for the given recordSolrDocument. -
Uses of ThumbnailHandler in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return ThumbnailHandlerModifier and TypeMethodDescriptionImageDeliveryBean.getThumbs()Retrieves the #ThumbnailHandler, creates it if it doesn't exist yet.Methods in io.goobi.viewer.managedbeans with parameters of type ThumbnailHandlerModifier and TypeMethodDescriptionvoidImageDeliveryBean.setThumbs(ThumbnailHandler thumbs) Setter for the fieldthumbs. -
Uses of ThumbnailHandler in io.goobi.viewer.model.cms
Constructors in io.goobi.viewer.model.cms with parameters of type ThumbnailHandlerModifierConstructorDescriptionHighlight(HighlightData data, ThumbnailHandler thumbs, Configuration config) -
Uses of ThumbnailHandler in io.goobi.viewer.model.search
Constructors in io.goobi.viewer.model.search with parameters of type ThumbnailHandlerModifierConstructorDescriptionSearchHitFactory(Map<String, Set<String>> searchTerms, List<StringPair> sortFields, List<String> exportFields, int proximitySearchDistance, ThumbnailHandler thumbnailHandler, Locale locale)