public class MimeUtil
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
static java.lang.String |
cleanContentType(MimePart mp,
java.lang.String contentType) |
If a Content-Type handler has been specified,
call it to clean up the Content-Type value.
|
public static java.lang.String cleanContentType(MimePart mp, java.lang.String contentType)
mp
- the MimePartcontentType
- the Content-Type valueCopyright © 2018 Oracle. All rights reserved.