Packages

case class Controls(refs: (String, Link)*) extends MasonObject with Product with Serializable

Represents a @controls object as a collection of references.

Example:

val ctrl = Controls("self" -> Link($.href := "http://my.domain.io/my-resource"))
Linear Supertypes
Serializable, Product, Equals, MasonObject, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Controls
  2. Serializable
  3. Product
  4. Equals
  5. MasonObject
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Controls(refs: (String, Link)*)

Value Members

  1. final def ++(ro: RootObject): RootObject

    Creates a new Root object from this object and another RootObject

    Creates a new Root object from this object and another RootObject

    Definition Classes
    MasonObject
  2. final def ++(mo: MasonObject): RootObject

    Creates a new Root object from this object and another MasonObject

    Creates a new Root object from this object and another MasonObject

    Definition Classes
    MasonObject
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. val refs: (String, Link)*