org.senkbeil.grus.structures

StandardPage

class StandardPage extends Page

Represents a page of content.

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

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. lazy val absoluteLink: String

    Represents an absolute web path link to this file, ignoring any overrides.

    Represents an absolute web path link to this file, ignoring any overrides.

    Definition Classes
    StandardPage → Page
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(obj: Any): Boolean

    Compares this page with another page.

    Compares this page with another page. Two pages are equal if they have the same path.

    obj

    The other page to compare

    returns

    True if the two pages have the same path, otherwise false

    Definition Classes
    StandardPage → Page → AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. val generateOptions: CommandGenerateOptions

    Used to fill in defaults

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

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

    Definition Classes
    AnyRef → Any
  15. lazy val isAtRoot: Boolean

    Represents whether or not this page is at the root of the website.

    Represents whether or not this page is at the root of the website.

    E.g. /example.html is at the root while /my/example.html is not.

    Definition Classes
    StandardPage → Page
  16. lazy val isDirectory: Boolean

    Represents whether or not this page represents a directory.

    Represents whether or not this page represents a directory.

    Definition Classes
    StandardPage → Page
  17. lazy val isIndexPage: Boolean

    Represents whether or not this page represents an index page.

    Represents whether or not this page represents an index page.

    Definition Classes
    StandardPage → Page
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. def isUsingDefaultLayout: Boolean

    Definition Classes
    Page
  20. lazy val metadata: Metadata

    Represents the metadata for the page.

    Represents the metadata for the page.

    Definition Classes
    StandardPage → Page
  21. lazy val name: String

    Represents the name of the page, which is based on the file name.

    Represents the name of the page, which is based on the file name.

    Definition Classes
    StandardPage → Page
  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. final def notify(): Unit

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

    Definition Classes
    AnyRef
  25. lazy val outputPath: Path

    Represents the output path when the page is rendered.

    Represents the output path when the page is rendered.

    Definition Classes
    StandardPage → Page
  26. val path: Path

    The path to the raw page content

    The path to the raw page content

    Definition Classes
    StandardPage → Page
  27. def render(context: Context, path: Path = outputPath): Boolean

    Renders the page and writes it to the output path.

    Renders the page and writes it to the output path.

    context

    The context to feed into this page's layout

    path

    The path to render the file, defaulting to the page's standard output path

    returns

    True if successfully rendered the page, otherwise false

    Definition Classes
    StandardPage → Page
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. val themeManager: ThemeManager

    Used to look up page classes for a theme

  30. lazy val title: String

    Represents the title of the page, which either comes from the metadata of the page or the name of the file the page is associated with.

    Represents the title of the page, which either comes from the metadata of the page or the name of the file the page is associated with.

    Definition Classes
    StandardPage → Page
  31. def toString(): String

    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Page

Inherited from AnyRef

Inherited from Any

Ungrouped