com.gu.facia.api.utils

FaciaContentUtils

object FaciaContentUtils

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FaciaContentUtils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. val DefaultSnapHref: String

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def blogs(fc: FaciaContent): Seq[Tag]

  7. def body(fc: FaciaContent): Option[String]

  8. def byline(fc: FaciaContent): Option[String]

  9. def cardStyle(fc: FaciaContent): CardStyle

  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def commentCloseDate(fc: FaciaContent): Option[String]

  12. def contributors(fc: FaciaContent): Seq[Tag]

  13. def discussionId(fc: FaciaContent): Option[String]

  14. def elements(fc: FaciaContent): List[Element]

  15. def embedCss(fc: FaciaContent): Option[String]

  16. def embedType(fc: FaciaContent): Option[String]

  17. def embedUri(fc: FaciaContent): Option[String]

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

    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def fold[T](fc: FaciaContent)(c: (CuratedContent) ⇒ T, scc: (SupportingCuratedContent) ⇒ T, ls: (LinkSnap) ⇒ T, las: (LatestSnap) ⇒ T): T

  22. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. def headline(fc: FaciaContent): String

  25. def headlineOption(fc: FaciaContent): Option[String]

  26. def href(fc: FaciaContent): Option[String]

  27. def id(fc: FaciaContent): String

  28. def image(fc: FaciaContent): Option[FaciaImage]

  29. def isAnalysis(fc: FaciaContent): Boolean

  30. def isAudio(fc: FaciaContent): Boolean

  31. def isBoosted(fc: FaciaContent): Boolean

  32. def isCartoon(fc: FaciaContent): Boolean

  33. def isClosedForComments(fc: FaciaContent): Boolean

  34. def isComment(fc: FaciaContent): Boolean

  35. def isCommentable(fc: FaciaContent): Boolean

  36. def isContributorPage(fc: FaciaContent): Boolean

  37. def isCrossword(fc: FaciaContent): Boolean

  38. def isEditorial(fc: FaciaContent): Boolean

  39. def isFeature(fc: FaciaContent): Boolean

  40. def isGallery(fc: FaciaContent): Boolean

  41. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  42. def isLetters(fc: FaciaContent): Boolean

  43. def isLive(fc: FaciaContent): Boolean

  44. def isLiveBlog(fc: FaciaContent): Boolean

  45. def isMedia(fc: FaciaContent): Boolean

  46. def isPodcast(fc: FaciaContent): Boolean

  47. def isReview(fc: FaciaContent): Boolean

  48. def isVideo(fc: FaciaContent): Boolean

  49. def itemKicker(fc: FaciaContent): Option[ItemKicker]

  50. def keywords(fc: FaciaContent): Seq[Tag]

  51. def linkText(fc: FaciaContent): Option[String]

  52. def maybeContent(fc: FaciaContent): Option[Content]

  53. def maybeSection(fc: FaciaContent): Option[String]

  54. def maybeShortUrl(fc: FaciaContent): Option[String]

  55. def maybeWebTitle(fc: FaciaContent): Option[String]

  56. def mediaType(fc: FaciaContent): Option[MediaType]

  57. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  58. def nonKeywordTags(fc: FaciaContent): Seq[Tag]

  59. final def notify(): Unit

    Definition Classes
    AnyRef
  60. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  61. def properties(fc: FaciaContent): Option[ContentProperties]

  62. def section(fc: FaciaContent): String

  63. def sectionName(fc: FaciaContent): Option[String]

  64. def series(fc: FaciaContent): Seq[Tag]

  65. def shortUrl(fc: FaciaContent): String

  66. def shortUrlPath(fc: FaciaContent): Option[String]

  67. def showBoostedHeadline(fc: FaciaContent): Boolean

  68. def showByline(fc: FaciaContent): Boolean

  69. def showMainVideo(fc: FaciaContent): Boolean

  70. def showQuotedHeadline(fc: FaciaContent): Boolean

  71. def standfirst(fc: FaciaContent): Option[String]

  72. def starRating(fc: FaciaContent): Option[Int]

  73. def supporting(fc: FaciaContent): List[FaciaContent]

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

    Definition Classes
    AnyRef
  75. def tags(fc: FaciaContent): List[Tag]

  76. def toString(): String

    Definition Classes
    AnyRef → Any
  77. def tones(fc: FaciaContent): Seq[Tag]

  78. def trailText(fc: FaciaContent): Option[String]

  79. def types(fc: FaciaContent): Seq[Tag]

  80. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  83. def webPublicationDate(fc: FaciaContent): DateTime

  84. def webPublicationDateOption(fc: FaciaContent): Option[DateTime]

  85. def webTitle(fc: FaciaContent): String

  86. def webUrl(fc: FaciaContent): Option[String]

Inherited from AnyRef

Inherited from Any

Ungrouped