Uses of Enum Class
org.silverpeas.components.gallery.constant.MediaMimeType
Packages that use MediaMimeType
Package
Description
-
Uses of MediaMimeType in org.silverpeas.components.gallery.constant
Fields in org.silverpeas.components.gallery.constant with type parameters of type MediaMimeTypeModifier and TypeFieldDescriptionstatic final Set<MediaMimeType>MediaMimeType.PHOTOSstatic final Set<MediaMimeType>MediaMimeType.SOUNDSstatic final Set<MediaMimeType>MediaMimeType.VIDEOSMethods in org.silverpeas.components.gallery.constant that return MediaMimeTypeModifier and TypeMethodDescriptionstatic MediaMimeTypeFinds from the given file the correspondingMediaMimeTypestatic MediaMimeTypeMediaMimeType.fromMimeType(String mimeType) Gets the correspondingMediaMimeTypeof specified one as string.static MediaMimeTypeReturns the enum constant of this class with the specified name.static MediaMimeType[]MediaMimeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.silverpeas.components.gallery.constant that return types with arguments of type MediaMimeTypeModifier and TypeMethodDescriptionstatic Set<MediaMimeType>MediaMimeType.getSupportedMimeTypes(MediaType mediaType) Gets the supported mime types according to the given media type. -
Uses of MediaMimeType in org.silverpeas.components.gallery.model
Methods in org.silverpeas.components.gallery.model that return MediaMimeTypeMethods in org.silverpeas.components.gallery.model with parameters of type MediaMimeType