Uses of Class
io.goobi.viewer.controller.imaging.ThumbnailHandler
Packages that use ThumbnailHandler
Package
Description
-
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 yetMethods 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)