Uses of Class
org.smallmind.web.jersey.multipart.MultiPartContentType
-
Packages that use MultiPartContentType Package Description org.smallmind.web.jersey.multipart -
-
Uses of MultiPartContentType in org.smallmind.web.jersey.multipart
Methods in org.smallmind.web.jersey.multipart that return MultiPartContentType Modifier and Type Method Description static MultiPartContentTypeMultiPartContentType. forExtension(String extension)static MultiPartContentTypeMultiPartContentType. valueOf(String name)Returns the enum constant of this type with the specified name.static MultiPartContentType[]MultiPartContentType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-