org.fusesource.scalate

page

package page

Visibility
  1. Public
  2. All

Type Members

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

  2. class FileNode extends Node

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

  3. trait Node extends AnyRef

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

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

Value Members

  1. object BlogHelper

  2. object FeedFilter extends Filter with TemplateEngineAddOn

    Generates an RSS feed

  3. object Node

  4. object PageFilter extends Filter with TemplateEngineAddOn

Ungrouped