Packages

final case class hreflang(lang: Language) extends LinkParam with Product with Serializable

For a more detailed breakdown of the dereferenced language hint link parameter http://tools.ietf.org/html/rfc5988#section-5.4

Source
LinkValue.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. hreflang
  2. Serializable
  3. Product
  4. Equals
  5. LinkParam
  6. ToStringRenderable
  7. Renderable
  8. LinkParam
  9. AnyRef
  10. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new hreflang(lang: Language)

Value Members

  1. val key: String
    Definition Classes
    LinkParamLinkParam
  2. val lang: Language
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. def render[R <: Rendering](r: R): r.type
    Definition Classes
    hreflang → Renderable
  5. def toString(): String
    Definition Classes
    ToStringRenderable → AnyRef → Any
  6. def value(): AnyRef
    Definition Classes
    hreflangLinkParamLinkParam