Packages

t

ba.sake.hepek.plain.statik

PlainStaticPage

trait PlainStaticPage extends Renderable with StaticPage with PlainPage

Linear Supertypes
PlainPage, PlainDependencies, JQueryDependencies, StaticPage, HtmlPage, PageDependencies, ClassPackageRelativePath, PackageRelativePath, RelativePathAddons, Renderable, RelativePath, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PlainStaticPage
  2. PlainPage
  3. PlainDependencies
  4. JQueryDependencies
  5. StaticPage
  6. HtmlPage
  7. PageDependencies
  8. ClassPackageRelativePath
  9. PackageRelativePath
  10. RelativePathAddons
  11. Renderable
  12. RelativePath
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def bodyContent: scalatags.Text.all.Frag
    Definition Classes
    PlainStaticPage → PlainPage → HtmlPage
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def components: List[(BaseComponentSettings, ComponentDependencies)]
    Definition Classes
    JQueryDependencies → PageDependencies
  8. def contents: String
    Definition Classes
    HtmlPage
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def fileExtension: String
    Definition Classes
    ClassPackageRelativePath
  12. def fileName: String

    Name of the rendered file.

    Name of the rendered file.

    Definition Classes
    ClassPackageRelativePathPackageRelativePath
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def headContent: scalatags.Text.all.Frag
    Definition Classes
    HtmlPage
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def jQueryDependencies: ComponentDependencies
    Definition Classes
    JQueryDependencies
  19. def jQuerySettings: ComponentSettings
    Definition Classes
    JQueryDependencies
  20. def manifest: WebAppManifest
    Definition Classes
    HtmlPage
  21. def metaSettings: MetaSettings
    Definition Classes
    HtmlPage
  22. def navbar: Option[PlainNavbarComponents]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def pageCategory: Option[String]
    Definition Classes
    StaticPage
  27. def pageContent: scalatags.Text.all.Frag
    Definition Classes
    HtmlPage
  28. def pageSettings: PageSettings
    Definition Classes
    HtmlPage
  29. def ref(implicit caller: RelativePath): String
    Definition Classes
    RelativePathAddons
  30. def relPath(): Path
    Definition Classes
    PackageRelativePath → RelativePath
  31. def relTo(arg0: RelativePath): String
    Definition Classes
    RelativePath
  32. def render(): String
    Definition Classes
    StaticPage → Renderable
  33. def renderPretty: Boolean
    Definition Classes
    StaticPage
  34. def renderXhtml: Boolean
    Definition Classes
    StaticPage
  35. def scriptURLs: List[String]
    Definition Classes
    PageDependencies
  36. def scriptsInline: List[String]
    Definition Classes
    PageDependencies
  37. implicit def selfRef: RelativePath

    Used as context when referring to other Renderables, when creating blog sections etc.

    Used as context when referring to other Renderables, when creating blog sections etc.

    Definition Classes
    RelativePathAddons
  38. def siteSettings: SiteSettings
    Definition Classes
    HtmlPage
  39. def staticSiteSettings: StaticSiteSettings
    Definition Classes
    StaticPage
  40. def styleURLs: List[String]
    Definition Classes
    PageDependencies
  41. def stylesInline: List[String]
    Definition Classes
    PlainDependencies → PageDependencies
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from PlainPage

Inherited from PlainDependencies

Inherited from JQueryDependencies

Inherited from StaticPage

Inherited from HtmlPage

Inherited from PageDependencies

Inherited from PackageRelativePath

Inherited from RelativePathAddons

Inherited from Renderable

Inherited from RelativePath

Inherited from AnyRef

Inherited from Any

Ungrouped