Packages

final case class rev(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 reverse relationship 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. rev
  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 rev(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
    rev → Renderable
  4. def toString(): String
    Definition Classes
    ToStringRenderable → AnyRef → Any
  5. val value: String
    Definition Classes
    revLinkParamLinkParam