Uses of Class
org.uberfire.server.MimeType
-
Packages that use MimeType Package Description org.uberfire.server -
-
Uses of MimeType in org.uberfire.server
Methods in org.uberfire.server that return MimeType Modifier and Type Method Description static MimeTypeMimeType. fromExtension(String extension)Gets the first matching mime-type for the given extensionstatic MimeTypeMimeType. fromType(String type)Gets the first matching mime-type for the given typestatic MimeTypeMimeType. valueOf(String name)Returns the enum constant of this type with the specified name.static MimeType[]MimeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-