Package

org.fusesource.scalate

page

Permalink

package page

Visibility
  1. Public
  2. All

Type Members

  1. case class Attribute(key: Text, value: Text) extends Product with Serializable

    Permalink
  2. class FileNode extends Node

    Permalink

    Represents a regular file which has no metadata other than of the file itself

  3. trait Node extends AnyRef

    Permalink
  4. case class Page(context: RenderContext, file: Option[File], headers: Map[String, AnyRef], parts: Map[String, PagePart]) extends Node with Product with Serializable

    Permalink
  5. case class PagePart(attributes: List[Attribute], content: Text) extends Product with Serializable

    Permalink

Value Members

  1. object BlogHelper

    Permalink
  2. object FeedFilter extends Filter with TemplateEngineAddOn

    Permalink

    Generates an RSS feed

  3. object Node

    Permalink
  4. object PageFilter extends Filter with TemplateEngineAddOn

    Permalink

Ungrouped