Packages

trait EntityPage extends HtmlPage

Source
Entity.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EntityPage
  2. HtmlPage
  3. Page
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def docletReporter: Reporter

    ScalaDoc reporter for error handling

    ScalaDoc reporter for error handling

    Definition Classes
    EntityPageHtmlPage
  2. abstract def generator: DiagramGenerator
  3. abstract def tpl: DocTemplateEntity
  4. abstract def universe: Universe

Concrete Value Members

  1. object Image extends Enumeration
    Definition Classes
    HtmlPage
  2. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from EntityPage toany2stringadd[EntityPage] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  5. def ->[B](y: B): (EntityPage, B)
    Implicit
    This member is added by an implicit conversion from EntityPage toArrowAssoc[EntityPage] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. val absValueMembers: collection.immutable.List[MemberEntity]
  8. def absoluteLinkTo(path: List[String]): String
    Definition Classes
    Page
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def blockToHtml(block: Block): Elems
    Definition Classes
    HtmlPage
  11. def body: Elems

    The body of this page.

    The body of this page.

    Definition Classes
    EntityPageHtmlPage
  12. def bodyToHtml(body: Body): Elems
    Definition Classes
    HtmlPage
  13. def boundsToHtml(hi: Option[TypeEntity], lo: Option[TypeEntity], hasLinks: Boolean): Elems
  14. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws(classOf[java.lang.CloneNotSupportedException])
  15. def commentToHtml(comment: Comment): Elems

    Transforms a comment into an styled HTML tree representing its body.

    Transforms a comment into an styled HTML tree representing its body.

    Definition Classes
    HtmlPage
  16. def commentToHtml(comment: Option[Comment]): Elems

    Transforms an optional comment into an styled HTML tree representing its body if it is defined, or into an empty node sequence if it is not.

    Transforms an optional comment into an styled HTML tree representing its body if it is defined, or into an empty node sequence if it is not.

    Definition Classes
    HtmlPage
  17. def companionAndPackage(tpl: DocTemplateEntity): Elems
    Definition Classes
    HtmlPage
  18. val concValueMembers: collection.immutable.List[MemberEntity]
  19. val constructors: collection.immutable.List[MemberEntity]
  20. val content: Body
  21. def createFileOutputStream(site: HtmlFactory, suffix: String = ""): FileOutputStream
    Definition Classes
    Page
  22. val deprValueMembers: collection.immutable.List[MemberEntity]
  23. def description: String

    The page description

    The page description

    Attributes
    protected
    Definition Classes
    HtmlPage
  24. def docEntityImageClass(tpl: DocTemplateEntity): String
    Definition Classes
    HtmlPage
  25. def docEntityKindToCompanionTitle(ety: DocTemplateEntity, baseString: String = "See companion"): String
    Definition Classes
    HtmlPage
  26. def ensuring(cond: (EntityPage) ⇒ Boolean, msg: ⇒ Any): EntityPage
    Implicit
    This member is added by an implicit conversion from EntityPage toEnsuring[EntityPage] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. def ensuring(cond: (EntityPage) ⇒ Boolean): EntityPage
    Implicit
    This member is added by an implicit conversion from EntityPage toEnsuring[EntityPage] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  28. def ensuring(cond: Boolean, msg: ⇒ Any): EntityPage
    Implicit
    This member is added by an implicit conversion from EntityPage toEnsuring[EntityPage] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  29. def ensuring(cond: Boolean): EntityPage
    Implicit
    This member is added by an implicit conversion from EntityPage toEnsuring[EntityPage] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  30. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  32. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  33. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from EntityPage toStringFormat[EntityPage] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  34. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  35. def hasCompanion(mbr: TemplateEntity): Boolean
    Definition Classes
    Page
  36. def hasPage(e: DocTemplateEntity): Boolean
    Definition Classes
    HtmlPage
  37. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  38. def headers: Elems

    Additional header elements (links, scripts, meta tags, etc.) required for this page.

    Additional header elements (links, scripts, meta tags, etc.) required for this page.

    Definition Classes
    EntityPageHtmlPage
  39. def inlineToHtml(inl: Inline): Elems
    Definition Classes
    HtmlPage
  40. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  41. def keywords: String

    The page keywords

    The page keywords

    Attributes
    protected
    Definition Classes
    HtmlPage
  42. def kindToString(mbr: MemberEntity): String
    Definition Classes
    Page
  43. def linkToHtml(text: Inline, link: LinkTo, hasLinks: Boolean): Elems
    Definition Classes
    HtmlPage
  44. def listItemsToHtml(items: collection.Seq[Block]): Elems
    Definition Classes
    HtmlPage
  45. def memberToCommentBodyHtml(mbr: MemberEntity, inTpl: DocTemplateEntity, isSelf: Boolean, isReduced: Boolean = false): Elems
  46. def memberToCommentHtml(mbr: MemberEntity, inTpl: DocTemplateEntity, isSelf: Boolean): Elems
  47. def memberToHtml(mbr: MemberEntity, inTpl: DocTemplateEntity, isParent: Boolean = false, indentation: Int = 0): Elems
  48. def memberToShortCommentHtml(mbr: MemberEntity, isSelf: Boolean): Elems
  49. def memberToShortCommentTitleTag(mbr: MemberEntity): String
  50. def memberToUseCaseCommentHtml(mbr: MemberEntity, isSelf: Boolean): Elems
  51. def memsDiv(cls: String, header: String, mems: List[MemberEntity], name: String = null): Elems
  52. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  53. val nonAbsValueMembers: collection.immutable.List[MemberEntity]
  54. val nonDeprValueMembers: collection.immutable.List[MemberEntity]
  55. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  56. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  57. val packageMembers: collection.immutable.List[TemplateEntity with MemberEntity]
  58. val path: List[String]

    The path of this page, relative to the API site.

    The path of this page, relative to the API site. path.tail is a list of folder names leading to this page (from closest package to one-above-root package), path.head is the file name of this page. Note that path has a length of at least one.

    Definition Classes
    EntityPagePage
  59. def permalink(template: Entity, isSelf: Boolean = true): Elem
    Definition Classes
    HtmlPage
  60. def relativeLinkTo(destPath: List[String]): String

    A relative link from a page's path to some destination path.

    A relative link from a page's path to some destination path.

    destPath

    The path that the link will point to.

    Definition Classes
    Page
  61. def relativeLinkTo(destClass: TemplateEntity): String

    A relative link from this page to some destination class entity.

    A relative link from this page to some destination class entity.

    destClass

    The class or object entity that the link will point to.

    Definition Classes
    Page
  62. def search: Div
  63. val shadowedImplicitMembers: collection.immutable.List[MemberEntity]
  64. def signature(mbr: MemberEntity, isSelf: Boolean, isReduced: Boolean = false): Elems

    name, tparams, params, result

  65. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  66. def templateToHtml(tpl: TemplateEntity, name: String = null): Elem

    Returns the HTML code that represents the template in tpl as a hyperlinked name.

    Returns the HTML code that represents the template in tpl as a hyperlinked name.

    Definition Classes
    HtmlPage
  67. def templateToPath(tpl: TemplateEntity): List[String]
    Definition Classes
    Page
  68. def templatesToHtml(tplss: List[TemplateEntity], sep: Elems): Elems

    Returns the HTML code that represents the templates in tpls as a list of hyperlinked names.

    Returns the HTML code that represents the templates in tpls as a list of hyperlinked names.

    Definition Classes
    HtmlPage
  69. def title: String

    The title of this page.

    The title of this page.

    Definition Classes
    EntityPageHtmlPage
  70. def toString(): String
    Definition Classes
    AnyRef → Any
  71. def treeToHtml(tree: TreeEntity): Elems

  72. val typeMembers: collection.immutable.List[TemplateEntity with MemberEntity]
  73. def typeToHtml(tpe: TypeEntity, hasLinks: Boolean): Elems
    Definition Classes
    HtmlPage
  74. def typeToHtml(tpes: List[TypeEntity], hasLinks: Boolean): Elems
    Definition Classes
    HtmlPage
  75. def typesToHtml(tpess: List[TypeEntity], hasLinks: Boolean, sep: Elems): Elems
    Definition Classes
    HtmlPage
  76. val valueMembers: collection.immutable.List[MemberEntity]
  77. def visibility(mbr: MemberEntity): Option[Paragraph]
  78. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  79. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  80. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws(classOf[java.lang.InterruptedException])
  81. def writeFile(site: HtmlFactory, suffix: String = "")(fn: (Writer) ⇒ Unit): Unit
    Definition Classes
    Page
  82. def writeFor(site: HtmlFactory): Unit

    Writes this page as a file.

    Writes this page as a file. The file's location is relative to the generator's site root, and the encoding is also defined by the generator.

    site

    The generator that is writing this page.

    Definition Classes
    HtmlPagePage
  83. def writeHtml(encoding: String)(w: Writer): Unit
    Definition Classes
    HtmlPage
  84. def [B](y: B): (EntityPage, B)
    Implicit
    This member is added by an implicit conversion from EntityPage toArrowAssoc[EntityPage] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from HtmlPage

Inherited from Page

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromEntityPage to any2stringadd[EntityPage]

Inherited by implicit conversion StringFormat fromEntityPage to StringFormat[EntityPage]

Inherited by implicit conversion Ensuring fromEntityPage to Ensuring[EntityPage]

Inherited by implicit conversion ArrowAssoc fromEntityPage to ArrowAssoc[EntityPage]

Ungrouped