Package io.goobi.viewer.servlets.oembed
package io.goobi.viewer.servlets.oembed
Provides oEmbed response model classes for the Goobi viewer oEmbed endpoint, including the base response,
photo and rich embed subtypes, and a record descriptor used during oEmbed discovery.
-
ClassesClassDescriptionRepresents a record available for oEmbed discovery, carrying the endpoint URL and format.Base class for oEmbed response objects, containing the common fields defined by the oEmbed specification.oEmbed response for photo-type resources, carrying image URL and dimensions.oEmbed response for rich-media resources, carrying an HTML embed snippet.