Class RichOEmbedResponse

java.lang.Object
io.goobi.viewer.servlets.oembed.OEmbedResponse
io.goobi.viewer.servlets.oembed.RichOEmbedResponse

public class RichOEmbedResponse extends OEmbedResponse
oEmbed response for rich-media resources, carrying an HTML embed snippet.
  • Constructor Details

  • Method Details

    • getHtml

      public String getHtml()
      Getter for the field html.
      Returns:
      the HTML snippet to embed for a rich oEmbed response
    • setHtml

      public void setHtml(String html)
      Setter for the field html.
      Parameters:
      html - the HTML snippet to embed for a rich oEmbed response