object FaciaContentUtils
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FaciaContentUtils
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val DefaultSnapHref: String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def atomId(fc: FaciaContent): Option[String]
- def blogs(fc: FaciaContent): Seq[Tag]
- def body(fc: FaciaContent): Option[String]
- def byline(fc: FaciaContent): Option[String]
- def cardStyle(fc: FaciaContent): CardStyle
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def commentCloseDate(fc: FaciaContent): Option[CapiDateTime]
- def contributors(fc: FaciaContent): Seq[Tag]
- def discussionId(fc: FaciaContent): Option[String]
- def elements(fc: FaciaContent): List[Element]
- def embedCss(fc: FaciaContent): Option[String]
- def embedType(fc: FaciaContent): Option[String]
- def embedUri(fc: FaciaContent): Option[String]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def fold[T](fc: FaciaContent)(c: (CuratedContent) ⇒ T, scc: (SupportingCuratedContent) ⇒ T, ls: (LinkSnap) ⇒ T, las: (LatestSnap) ⇒ T): T
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def group(fc: FaciaContent): String
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def headline(fc: FaciaContent): String
- def headlineOption(fc: FaciaContent): Option[String]
- def href(fc: FaciaContent): Option[String]
- def id(fc: FaciaContent): String
- def image(fc: FaciaContent): Option[FaciaImage]
- def isAnalysis(fc: FaciaContent): Boolean
- def isArticle(fc: FaciaContent): Boolean
- def isAudio(fc: FaciaContent): Boolean
- def isBoosted(fc: FaciaContent): Boolean
- def isCartoon(fc: FaciaContent): Boolean
- def isClosedForComments(fc: FaciaContent): Boolean
- def isComment(fc: FaciaContent): Boolean
- def isCommentable(fc: FaciaContent): Boolean
- def isContributorPage(fc: FaciaContent): Boolean
- def isCrossword(fc: FaciaContent): Boolean
- def isEditorial(fc: FaciaContent): Boolean
- def isFeature(fc: FaciaContent): Boolean
- def isGallery(fc: FaciaContent): Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isLetters(fc: FaciaContent): Boolean
- def isLive(fc: FaciaContent): Boolean
- def isLiveBlog(fc: FaciaContent): Boolean
- def isMedia(fc: FaciaContent): Boolean
- def isPodcast(fc: FaciaContent): Boolean
- def isReview(fc: FaciaContent): Boolean
- def isVideo(fc: FaciaContent): Boolean
- def itemKicker(fc: FaciaContent): Option[ItemKicker]
- def keywords(fc: FaciaContent): Seq[Tag]
- def linkText(fc: FaciaContent): Option[String]
- def maybeContent(fc: FaciaContent): Option[Content]
- def maybeContentId(fc: FaciaContent): Option[String]
- def maybeFrontPublicationDate(fc: FaciaContent): Option[Long]
- def maybeSection(fc: FaciaContent): Option[String]
- def maybeShortUrl(fc: FaciaContent): Option[String]
- def maybeWebTitle(fc: FaciaContent): Option[String]
- def mediaType(fc: FaciaContent): Option[MediaType]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nonKeywordTags(fc: FaciaContent): Seq[Tag]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def properties(fc: FaciaContent): Option[ContentProperties]
- def section(fc: FaciaContent): String
- def sectionName(fc: FaciaContent): Option[String]
- def series(fc: FaciaContent): Seq[Tag]
- def shortUrl(fc: FaciaContent): String
- def shortUrlPath(fc: FaciaContent): Option[String]
- def showBoostedHeadline(fc: FaciaContent): Boolean
- def showByline(fc: FaciaContent): Boolean
- def showLivePlayable(fc: FaciaContent): Boolean
- def showMainVideo(fc: FaciaContent): Boolean
- def showQuotedHeadline(fc: FaciaContent): Boolean
- def standfirst(fc: FaciaContent): Option[String]
- def starRating(fc: FaciaContent): Option[Int]
- def supporting(fc: FaciaContent): List[FaciaContent]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def tags(fc: FaciaContent): List[Tag]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def tones(fc: FaciaContent): Seq[Tag]
- def trailText(fc: FaciaContent): Option[String]
- def types(fc: FaciaContent): Seq[Tag]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def webPublicationDate(fc: FaciaContent): DateTime
- def webPublicationDateOption(fc: FaciaContent): Option[DateTime]
- def webTitle(fc: FaciaContent): String
- def webUrl(fc: FaciaContent): Option[String]
- def wordCount(fc: FaciaContent): Option[Int]
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated