Uses of Class
com.silverpeas.gallery.constant.MediaResolution

Packages that use MediaResolution
com.silverpeas.gallery   
com.silverpeas.gallery.constant   
com.silverpeas.gallery.control   
com.silverpeas.gallery.model   
com.silverpeas.gallery.web   
 

Uses of MediaResolution in com.silverpeas.gallery
 

Methods in com.silverpeas.gallery with parameters of type MediaResolution
static int GalleryComponentSettings.getNbMediaDisplayedPerPageByResolution(MediaResolution resolution)
          Gets the max number of media displayed on homepage.
 

Uses of MediaResolution in com.silverpeas.gallery.constant
 

Fields in com.silverpeas.gallery.constant with type parameters of type MediaResolution
static Set<MediaResolution> MediaResolution.ALL
           
 

Methods in com.silverpeas.gallery.constant that return MediaResolution
static MediaResolution MediaResolution.fromNameOrLabel(String nameOrLabel)
           
static MediaResolution MediaResolution.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MediaResolution[] MediaResolution.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.silverpeas.gallery.constant with parameters of type MediaResolution
static URI GalleryResourceURIs.buildMediaContentURI(Media media, MediaResolution mediaResolution)
          Centralized the build of a media content URI according to the specified resolution.
static URI GalleryResourceURIs.buildMediaEmbedURI(Media media, MediaResolution mediaResolution)
          Centralized the build of a media embed URI according to the specified resolution.
 

Uses of MediaResolution in com.silverpeas.gallery.control
 

Methods in com.silverpeas.gallery.control that return MediaResolution
 MediaResolution GallerySessionController.getDisplayedMediaResolution()
           
 MediaResolution GallerySessionController.getImagePreviewSize()
          Get the resolution preview of images
 MediaResolution GallerySessionController.getImageResolutionPreview(Media media)
          Get the resolution preview of the images
 

Methods in com.silverpeas.gallery.control with parameters of type MediaResolution
 com.silverpeas.importExport.report.ExportReport GallerySessionController.exportAlbum(String albumId, MediaResolution mediaResolution)
          Export all picture from an album with the given resolution
 com.silverpeas.importExport.report.ExportReport GallerySessionController.exportSelection(MediaResolution mediaResolution)
          Export all selected images from basket with the given resolution
 void GallerySessionController.setDisplayedMediaResolution(MediaResolution displayedMediaResolution)
           
 

Uses of MediaResolution in com.silverpeas.gallery.model
 

Methods in com.silverpeas.gallery.model with parameters of type MediaResolution
 String Media.getApplicationEmbedUrl(MediaResolution mediaResolution)
          Gets the Application URL thumbnail of the media according the specified media resolution.
 String Photo.getApplicationEmbedUrl(MediaResolution mediaResolution)
           
 String Streaming.getApplicationEmbedUrl(MediaResolution mediaResolution)
           
 String InternalMedia.getApplicationThumbnailUrl(MediaResolution mediaResolution)
           
 String Media.getApplicationThumbnailUrl(MediaResolution mediaResolution)
          Gets the Application URL thumbnail of the media according the specified media resolution.
 org.silverpeas.file.SilverpeasFile InternalMedia.getFile(MediaResolution mediaResolution)
           
abstract  org.silverpeas.file.SilverpeasFile Media.getFile(MediaResolution mediaResolution)
          Gets the Silverpeas file.
 org.silverpeas.file.SilverpeasFile Streaming.getFile(MediaResolution mediaResolution)
           
 

Uses of MediaResolution in com.silverpeas.gallery.web
 

Methods in com.silverpeas.gallery.web with parameters of type MediaResolution
protected  javax.ws.rs.core.Response AbstractGalleryResource.getMediaContent(MediaType expectedMediaType, String mediaId, MediaResolution requestedMediaResolution)
          Centralization of getting of media content.
protected  com.sun.jersey.api.view.Viewable AbstractGalleryResource.getMediaEmbed(MediaType expectedMediaType, String mediaId, MediaResolution requestedMediaResolution)
          Centralization of getting of media embed.
 javax.ws.rs.core.Response GalleryResource.getPhotoContent(String photoId, String size, MediaResolution mediaResolution)
          Gets the content of a photo.
 



Copyright © 2016 Silverpeas. All Rights Reserved.