Package io.goobi.viewer.servlets.oembed
Class PhotoOEmbedResponse
java.lang.Object
io.goobi.viewer.servlets.oembed.OEmbedResponse
io.goobi.viewer.servlets.oembed.PhotoOEmbedResponse
PhotoOEmbedResponse class.
-
Field Summary
Fields inherited from class io.goobi.viewer.servlets.oembed.OEmbedResponse
authorName, authorUrl, cacheAge, height, providerName, providerUrl, thumbnailHeight, thumbnailUrl, thumbnailWidth, title, type, version, width
-
Constructor Summary
-
Method Summary
Methods inherited from class io.goobi.viewer.servlets.oembed.OEmbedResponse
getAuthorName, getAuthorUrl, getCacheAge, getHeight, getProviderName, getProviderUrl, getThumbnailHeight, getThumbnailUrl, getThumbnailWidth, getTitle, getType, getVersion, getWidth, setAuthorName, setAuthorUrl, setCacheAge, setHeight, setProviderName, setProviderUrl, setThumbnailHeight, setThumbnailUrl, setThumbnailWidth, setTitle, setType, setVersion, setWidth
-
Constructor Details
-
PhotoOEmbedResponse
Constructor.- Parameters:
rec
- aOEmbedRecord
object.- Throws:
ViewerConfigurationException
- if any.
-
-
Method Details
-
getUrl
Getter for the field
url
.- Returns:
- the url
-
setUrl
Setter for the field
url
.- Parameters:
url
- the url to set
-