Packages

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

This can be either a bare word, an absolute URI, or a quoted, space-separated string of zero-or-more of either

For a more detailed breakdown of the relation type link parameter, see http://tools.ietf.org/html/rfc5988#section-5.3

Source
LinkValue.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. rel
  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 rel(value: 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
    rel → Renderable
  4. def toString(): String
    Definition Classes
    ToStringRenderable → AnyRef → Any
  5. val value: String
    Definition Classes
    relLinkParamLinkParam