Class

org.hyperscala.ui.module.SocialMetadata

OpenGraphData

Related Doc: package SocialMetadata

Permalink

case class OpenGraphData(title: String, contentType: String, image: String, canonicalUrl: String, description: String, siteName: Option[String] = None, extras: Seq[(String, String)] = Seq.empty[(String, String)]) extends SMData with Product with Serializable

Open Graph meta data. This is used mostly for Facebook though other sites/applications do read this.

title

of the page

contentType

of the page, using the specific keyword. Look here. "type"

image

that illustrates the meaning of the page, specific to the type selected.

canonicalUrl

is the single authoritative URL (in String format) for the given item of the given contentType.

description

of the item and page

siteName

where this page resides. "site_name"

extras

is an optional Seq of extra parameters

Linear Supertypes
Serializable, Serializable, Product, Equals, SMData, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. OpenGraphData
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SMData
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OpenGraphData(title: String, contentType: String, image: String, canonicalUrl: String, description: String, siteName: Option[String] = None, extras: Seq[(String, String)] = Seq.empty[(String, String)])

    Permalink

    title

    of the page

    contentType

    of the page, using the specific keyword. Look here. "type"

    image

    that illustrates the meaning of the page, specific to the type selected.

    canonicalUrl

    is the single authoritative URL (in String format) for the given item of the given contentType.

    description

    of the item and page

    siteName

    where this page resides. "site_name"

    extras

    is an optional Seq of extra parameters

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def buildMetaData(j: (String, Option[String]) ⇒ Option[Meta])(data: (String, Option[String])*): Vector[Meta]

    Permalink
    Definition Classes
    SMData
  6. val canonicalUrl: String

    Permalink

    is the single authoritative URL (in String format) for the given item of the given contentType.

  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val contentType: String

    Permalink

    of the page, using the specific keyword.

    of the page, using the specific keyword. Look here. "type"

  9. val description: String

    Permalink

    of the item and page

  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. val extras: Seq[(String, String)]

    Permalink

    is an optional Seq of extra parameters

  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. val image: String

    Permalink

    that illustrates the meaning of the page, specific to the type selected.

  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def maybeDatum(k: String, maybeV: Option[String]): Option[Meta]

    Permalink
    Definition Classes
    OpenGraphDataSMData
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. val siteName: Option[String]

    Permalink

    where this page resides.

    where this page resides. "site_name"

  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def tags: Vector[Meta]

    Permalink
    Definition Classes
    OpenGraphDataSMData
  23. val title: String

    Permalink

    of the page

  24. def toOptionalValues(s: Seq[(String, String)]): Seq[(String, Option[String])]

    Permalink
    Definition Classes
    SMData
  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SMData

Inherited from AnyRef

Inherited from Any

Ungrouped