pamflet

package pamflet

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait AuthoredPage extends Page

  2. trait ContentPage extends AuthoredPage

  3. case class Contents(language: String, isDefaultLanguage: Boolean, pamflet: Page, css: Seq[(String, String)], files: Seq[(String, URI)], favicon: Option[URI], layouts: Seq[(String, String)]) extends Product with Serializable

  4. case class DeepContents(template: Template, contentParents: List[String]) extends Page with FlatWebPaths with Product with Serializable

  5. trait FileStorage extends Storage

  6. trait FlatWebPaths extends AnyRef

  7. case class FrontPageNews(pages: Stream[NewsStory], template: Template, contentParents: List[String]) extends AuthoredPage with FlatWebPaths with Product with Serializable

  8. case class Frontin(header: Option[String], body: String) extends Product with Serializable

  9. case class GlobalContents(byLanguage: Map[String, Contents], template: Template) extends Product with Serializable

  10. case class Leaf(localPath: String, raw: String, blocks: Seq[Block], template: Template, contentParents: List[String]) extends ContentPage with FlatWebPaths with Product with Serializable

  11. case class NewsStory(localPath: String, raw: String, blocks: Seq[Block], date: com.github.nscala_time.time.Imports.LocalDate, template: Template, contentParents: List[String]) extends ContentPage with Product with Serializable

  12. sealed trait Page extends AnyRef

  13. case class Printer(contents: Contents, globalContents: GlobalContents, manifest: Option[String]) extends Product with Serializable

  14. case class ScrollPage(root: Section, template: Template, contentParents: List[String]) extends AuthoredPage with FlatWebPaths with Product with Serializable

  15. case class Section(localPath: String, raw: String, blocks: Seq[Block], children: List[Page], template: Template, contentParents: List[String]) extends ContentPage with FlatWebPaths with Product with Serializable

  16. trait Storage extends AnyRef

  17. case class StringTemplate(files: Seq[File], str: Option[String], extra: Map[AnyRef, AnyRef]) extends Template with Product with Serializable

  18. case class StructuredFileStorage(base: File) extends FileStorage with Product with Serializable

  19. trait Template extends AnyRef

Value Members

  1. object FileStorage

  2. object Format

  3. object Frontin extends Serializable

  4. object Heights

  5. object Knock

  6. object Language

  7. object Leaf extends Serializable

  8. object Outline

  9. object Preview

  10. object Printer extends Serializable

  11. object Produce

  12. object Shared

  13. package news

Ungrouped