object ContentLanguage extends HeaderType

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ContentLanguage
  2. HeaderType
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type HeaderValue = ContentLanguage
    Definition Classes
    ContentLanguageHeaderType

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. def name: String
    Definition Classes
    ContentLanguageHeaderType
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  15. def parse(value: String): Either[String, ContentLanguage]
    Definition Classes
    ContentLanguageHeaderType
  16. def render(contentLanguage: ContentLanguage): String
    Definition Classes
    ContentLanguageHeaderType
  17. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. object Arabic extends ContentLanguage with Product with Serializable
  23. object Bulgarian extends ContentLanguage with Product with Serializable
  24. object Catalan extends ContentLanguage with Product with Serializable
  25. object Chinese extends ContentLanguage with Product with Serializable
  26. object Croatian extends ContentLanguage with Product with Serializable
  27. object Czech extends ContentLanguage with Product with Serializable
  28. object Danish extends ContentLanguage with Product with Serializable
  29. object Dutch extends ContentLanguage with Product with Serializable
  30. object English extends ContentLanguage with Product with Serializable
  31. object Estonian extends ContentLanguage with Product with Serializable
  32. object Finnish extends ContentLanguage with Product with Serializable
  33. object French extends ContentLanguage with Product with Serializable
  34. object German extends ContentLanguage with Product with Serializable
  35. object Greek extends ContentLanguage with Product with Serializable
  36. object Hebrew extends ContentLanguage with Product with Serializable
  37. object Hindi extends ContentLanguage with Product with Serializable
  38. object Hungarian extends ContentLanguage with Product with Serializable
  39. object Icelandic extends ContentLanguage with Product with Serializable
  40. object Indonesian extends ContentLanguage with Product with Serializable
  41. object Italian extends ContentLanguage with Product with Serializable
  42. object Japanese extends ContentLanguage with Product with Serializable
  43. object Korean extends ContentLanguage with Product with Serializable
  44. object Latvian extends ContentLanguage with Product with Serializable
  45. object Lithuanian extends ContentLanguage with Product with Serializable
  46. object Norwegian extends ContentLanguage with Product with Serializable
  47. object Polish extends ContentLanguage with Product with Serializable
  48. object Portuguese extends ContentLanguage with Product with Serializable
  49. object Romanian extends ContentLanguage with Product with Serializable
  50. object Russian extends ContentLanguage with Product with Serializable
  51. object Serbian extends ContentLanguage with Product with Serializable
  52. object Slovak extends ContentLanguage with Product with Serializable
  53. object Slovenian extends ContentLanguage with Product with Serializable
  54. object Spanish extends ContentLanguage with Product with Serializable
  55. object Swedish extends ContentLanguage with Product with Serializable
  56. object Thai extends ContentLanguage with Product with Serializable
  57. object Turkish extends ContentLanguage with Product with Serializable
  58. object Ukrainian extends ContentLanguage with Product with Serializable
  59. object Vietnamese extends ContentLanguage with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from HeaderType

Inherited from AnyRef

Inherited from Any

Ungrouped