Class XmlUtil
java.lang.Object
de.hybris.platform.xyformsservices.proxy.orbeonservices.impl.XmlUtil
Util class to detect content types.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetContentTypeMediaType(String contentType) static booleanisTextContentType(String contentType) static booleanisTextOrJSONContentType(String contentType) static booleanisXMLMediatype(String mediatype)
-
Field Details
-
TEXT_CONTENT_TYPE_PREFIX
- See Also:
-
XML_CONTENT_TYPE1
- See Also:
-
XML_CONTENT_TYPE2
- See Also:
-
XML_CONTENT_TYPE3_SUFFIX
- See Also:
-
XML_CONTENT_TYPE
- See Also:
-
-
Method Details
-
isTextOrJSONContentType
-
isTextContentType
-
isXMLMediatype
-
getContentTypeMediaType
-