类 MediaTypeFactory


  • public final class MediaTypeFactory
    extends Object
    A factory delegate for resolving MediaType objects from Resource handles or filenames.
    从以下版本开始:
    5.0
    作者:
    Juergen Hoeller, Arjen Poutsma
    • 方法详细资料

      • getMediaType

        public static Optional<MediaTypegetMediaType​(@Nullable
                                                       Resource resource)
        Determine a media type for the given resource, if possible.
        参数:
        resource - the resource to introspect
        返回:
        the corresponding media type, or null if none found
      • getMediaType

        public static Optional<MediaTypegetMediaType​(@Nullable
                                                       String filename)
        Determine a media type for the given file name, if possible.
        参数:
        filename - the file name plus extension
        返回:
        the corresponding media type, or null if none found
      • getMediaTypes

        public static List<MediaTypegetMediaTypes​(@Nullable
                                                    String filename)
        Determine the media types for the given file name, if possible.
        参数:
        filename - the file name plus extension
        返回:
        the corresponding media types, or an empty list if none found