Packages

object MediaType

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MediaType
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val Atom: String
  5. val Csv: String
  6. val Gif: String
  7. val Html: String
  8. val HtmlUtf8: String
  9. val Iframe: String
  10. val Javascript: String
  11. val Jpeg: String
  12. val Json: String
  13. val JsonPatch: String
  14. val JsonUtf8: String
  15. val MultipartForm: String
  16. val OctetStream: String
  17. val PlainText: String
  18. val PlainTextUtf8: String
  19. val Png: String
  20. val Rss: String
  21. val Txt: String
  22. val WwwForm: String
  23. val Xls: String
  24. val Xml: String
  25. val XmlUtf8: String
  26. val Zip: String
  27. 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.

  28. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  29. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  30. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  32. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  33. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  34. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. 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.

  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped