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
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. title
  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 title(title: String)

Value Members

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