Uses of Annotation Interface
io.goobi.viewer.api.rest.bindings.RecordFileDownloadBinding
Packages that use RecordFileDownloadBinding
Package
Description
JAX-RS request and response filters implementing cross-cutting concerns such as
access control, CORS headers, IIIF image parameter validation, and PDF/image delivery guards.
REST resources for digitized record access in the v1 API, providing endpoints
for record metadata, pages, sections, file downloads, calendars, change discovery, and RSS feeds.
REST resources for image and PDF delivery within record contexts in the v1 API,
covering IIIF image API endpoints for record pages, file images, and PDF generation.
REST resources for IIIF image delivery within record contexts in the v2 API,
covering image API endpoints for record page images and associated file images.
-
Uses of RecordFileDownloadBinding in io.goobi.viewer.api.rest.filters
Classes in io.goobi.viewer.api.rest.filters with annotations of type RecordFileDownloadBindingModifier and TypeClassDescriptionclassJAX-RS request filter that tracks record file downloads for usage statistics. -
Uses of RecordFileDownloadBinding in io.goobi.viewer.api.rest.v1.records
Methods in io.goobi.viewer.api.rest.v1.records with annotations of type RecordFileDownloadBindingModifier and TypeMethodDescriptionRecordFileResource.getDownloadedResource(String taskId, String path) RecordFileResource.getMediaFile(String filename) -
Uses of RecordFileDownloadBinding in io.goobi.viewer.api.rest.v1.records.media
Methods in io.goobi.viewer.api.rest.v1.records.media with annotations of type RecordFileDownloadBinding -
Uses of RecordFileDownloadBinding in io.goobi.viewer.api.rest.v2.records.media
Methods in io.goobi.viewer.api.rest.v2.records.media with annotations of type RecordFileDownloadBinding