Packages

final case class title(title: String) extends LinkParam with Product with Serializable

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

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

Instance Constructors

  1. new title(title: String)

Value Members

  1. val key: String
    Definition Classes
    LinkParamLinkParam
  2. def render[R <: Rendering](r: R): r.type
    Definition Classes
    title → Renderable
  3. val title: String
  4. def toString(): String
    Definition Classes
    ToStringRenderable → AnyRef → Any
  5. def value(): AnyRef
    Definition Classes
    titleLinkParamLinkParam