Uses of Enum Class
org.silverpeas.components.gallery.constant.MediaResolution
Packages that use MediaResolution
Package
Description
-
Uses of MediaResolution in org.silverpeas.components.gallery.constant
Fields in org.silverpeas.components.gallery.constant with type parameters of type MediaResolutionMethods in org.silverpeas.components.gallery.constant that return MediaResolutionModifier and TypeMethodDescriptionstatic MediaResolutionMediaResolution.fromNameOrLabel(String nameOrLabel) static MediaResolutionReturns the enum constant of this class with the specified name.static MediaResolution[]MediaResolution.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.silverpeas.components.gallery.constant with parameters of type MediaResolutionModifier and TypeMethodDescriptionstatic URIGalleryResourceURIs.buildMediaContentURI(Media media, MediaResolution mediaResolution) Centralized the build of a media content URI according to the specified resolution.static URIGalleryResourceURIs.buildMediaEmbedURI(Media media, MediaResolution mediaResolution) Centralized the build of a media embed URI according to the specified resolution. -
Uses of MediaResolution in org.silverpeas.components.gallery.model
Methods in org.silverpeas.components.gallery.model with parameters of type MediaResolutionModifier and TypeMethodDescriptionMedia.getApplicationEmbedUrl(MediaResolution mediaResolution) Gets the Application URL thumbnail of the media according the specified media resolution.Photo.getApplicationEmbedUrl(MediaResolution mediaResolution) Streaming.getApplicationEmbedUrl(MediaResolution mediaResolution) InternalMedia.getApplicationThumbnailUrl(MediaResolution mediaResolution) Media.getApplicationThumbnailUrl(MediaResolution mediaResolution) Gets the Application URL thumbnail of the media according the specified media resolution.org.silverpeas.core.io.file.SilverpeasFileInternalMedia.getFile(MediaResolution mediaResolution, String size) org.silverpeas.core.io.file.SilverpeasFileMedia.getFile(MediaResolution mediaResolution) Gets the Silverpeas file.abstract org.silverpeas.core.io.file.SilverpeasFileMedia.getFile(MediaResolution mediaResolution, String size) Gets the Silverpeas file.org.silverpeas.core.io.file.SilverpeasFileStreaming.getFile(MediaResolution mediaResolution, String size)