pamflet

package pamflet

Members list

Concise view

Type members

Classlikes

sealed trait AuthoredPage extends Page

Attributes

Graph
Supertypes
trait Page
class Object
trait Matchable
class Any
Known subtypes
class Leaf
class Section
case class CachedFileStorage(base: File, ps: List[FencePlugin]) extends Storage

Cache FileStorage based on the last modified time. This should make previewing much faster on large pamflets.

Cache FileStorage based on the last modified time. This should make previewing much faster on large pamflets.

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Storage
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
trait Page
class Object
trait Matchable
class Any
Known subtypes
class Leaf
class Section
case class Contents(language: String, isDefaultLang: Boolean, rootSection: Section, css: Seq[(String, String)], files: Seq[(String, URI)], favicon: Option[URI], template: Template, layouts: Seq[(String, String)])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class DeepContents(template: Template) extends Page

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Page
class Object
trait Matchable
class Any
case class FileStorage(base: File, ps: List[FencePlugin]) extends Storage

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Storage
class Object
trait Matchable
class Any
case class Frontin(header: Option[String], body: String)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Frontin

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Frontin.type
case class Globalized(contents: Map[String, Contents], template: Template)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Heights

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Heights.type
object Knock

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Knock.type
object Language

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
case class Leaf(localPath: String, raw: String, blocks: Seq[Block], template: Template) extends ContentPage

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Page
class Object
trait Matchable
class Any
object Leaf

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Leaf.type
object Outline

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Outline.type
sealed trait Page

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Preview

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Preview.type
object Printer

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Printer.type
case class Printer(contents: Contents, globalized: Globalized, manifest: Option[String])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Produce

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Produce.type
case class ScrollPage(root: Section, template: Template) extends AuthoredPage

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Page
class Object
trait Matchable
class Any
case class Section(localPath: String, raw: String, blocks: Seq[Block], children: List[Page], template: Template) extends ContentPage

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Page
class Object
trait Matchable
class Any
object Shared

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Shared.type
trait Storage

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class StringTemplate(files: Seq[File], str: Option[String], extra: Map[AnyRef, AnyRef]) extends Template

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Template
class Object
trait Matchable
class Any
trait Template

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
sealed trait TocType

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Bottom.type
object Collapse.type
object Hide.type
object Left.type
object TocType

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
TocType.type