Package org.thymeleaf.util
Class ContentTypeUtils.ContentType
java.lang.Object
org.thymeleaf.util.ContentTypeUtils.ContentType
- Enclosing class:
ContentTypeUtils
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Stringprivate final Stringprivate final LinkedHashMap<String, String> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) Charset(package private) String(package private) LinkedHashMap<String, String> (package private) static ContentTypeUtils.ContentTypeparseContentType(String contentType) (package private) voidsetCharset(Charset charset) toString()
-
Field Details
-
PARAMETER_CHARSET
- See Also:
-
mimeType
-
parameters
-
-
Constructor Details
-
ContentType
ContentType(String mimeType, LinkedHashMap<String, String> parameters)
-
-
Method Details