Package

org.senkbeil.sitegen

structures

Permalink

package structures

Visibility
  1. Public
  2. All

Type Members

  1. case class StandardMenuItem extends MenuItem with Product with Serializable

    Permalink

    Represents a generic menu item.

  2. case class StandardMetadata(layout: String, usingDefaultLayout: Boolean, weight: Double, render: Boolean, title: Option[String], link: Option[String], redirect: Option[String], fake: Boolean, other: Map[String, Seq[String]]) extends Metadata with Product with Serializable

    Permalink

    Represents metadata for a page.

    Represents metadata for a page.

    layout

    The fully-qualified class name for the layout to use

    usingDefaultLayout

    If true, indicates that the page is using the default layout

    weight

    A weight used for page ordering in menus and other structures

    render

    Whether or not to render the page

    title

    If not None, represents the title to associate with the page

    link

    If not None, represents an alternative link for the page used in menus and other renderings

    redirect

    If not None, represents the url the page will use as the destination for redirection (ignoring any other settings such as layout); does nothing if render is false

    fake

    If true, indicates that the page is fake and should not be rendered or used anywhere

    other

    All other metadata properties that were provided that do not match reserved properties

  3. class StandardPage extends Page

    Permalink

    Represents a page of content.

Value Members

  1. object StandardMenuItem extends Serializable

    Permalink
  2. object StandardMetadata extends Serializable

    Permalink
  3. object StandardPage

    Permalink

Ungrouped