object MediaType
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MediaType
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val Atom: String
- val Csv: String
- val Gif: String
- val Html: String
- val HtmlUtf8: String
- val Iframe: String
- val Javascript: String
- val Jpeg: String
- val Json: String
- val JsonPatch: String
- val JsonUtf8: String
- val MultipartForm: String
- val OctetStream: String
- val PlainText: String
- val PlainTextUtf8: String
- val Png: String
- val Rss: String
- val Txt: String
- val WwwForm: String
- val Xls: String
- val Xml: String
- val XmlUtf8: String
- val Zip: String
-
def
addUtf8Charset(mediaType: String): String
Adds a utf-8 charset parameter to a media type string.
Adds a utf-8 charset parameter to a media type string.
Note that if a charset is already set that it will add a second one, it does not inspect the provided media type.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
typeEquals(left: String, right: String): Boolean
Checks equality for two media types, based on their type and subtype.
Checks equality for two media types, based on their type and subtype.
This ignores media type parameters and suffixes.
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()