play.api.http

ContentTypes

object ContentTypes extends ContentTypes

Defines common HTTP Content-Type.

Linear Supertypes
ContentTypes, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ContentTypes
  2. ContentTypes
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. val BINARY : String

    Content-Type of binary data.

    Content-Type of binary data.

    Definition Classes
    ContentTypes
  7. def CSS (implicit codec: Codec): String

    Content-Type of css according the implicit codec value.

    Content-Type of css according the implicit codec value.

    Definition Classes
    ContentTypes
  8. def EVENT_STREAM (implicit codec: Codec): String

    Content-Type of server sent events according the implicit codec value

    Content-Type of server sent events according the implicit codec value

    Definition Classes
    ContentTypes
  9. def FORM (implicit codec: Codec): String

    Content-Type of form-urlencoded according the implicit codec value.

    Content-Type of form-urlencoded according the implicit codec value.

    Definition Classes
    ContentTypes
  10. def HTML (implicit codec: Codec): String

    Content-Type of html according the implicit codec value.

    Content-Type of html according the implicit codec value.

    Definition Classes
    ContentTypes
  11. def JAVASCRIPT (implicit codec: Codec): String

    Content-Type of javascript according the implicit codec value.

    Content-Type of javascript according the implicit codec value.

    Definition Classes
    ContentTypes
  12. def JSON (implicit codec: Codec): String

    Content-Type of json according the implicit codec value.

    Content-Type of json according the implicit codec value.

    Definition Classes
    ContentTypes
  13. def TEXT (implicit codec: Codec): String

    Content-Type of text according the implicit codec value.

    Content-Type of text according the implicit codec value.

    Definition Classes
    ContentTypes
  14. def XML (implicit codec: Codec): String

    Content-Type of xml according the implicit codec value.

    Content-Type of xml according the implicit codec value.

    Definition Classes
    ContentTypes
  15. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  16. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  18. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  19. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  21. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  22. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  23. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  24. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  25. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  26. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  27. def toString (): String

    Definition Classes
    AnyRef → Any
  28. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  29. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  30. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from ContentTypes

Inherited from AnyRef

Inherited from Any