Page

play.doc.Page
case class Page(page: String, path: Option[String], title: String, nav: List[Toc], nextLinks: List[TocTree])

A page

Value parameters

nav

The navigation associated with the page, this is a list of all the table of contents nodes, starting from the one that this page is in, all the way up the tree to the root node

nextLinks

A list of next links

page

The page name

path

The path to the page

title

The title of the page

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def fullPath: String
def next: Option[TocTree]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product