TocPage

play.doc.TocPage
case class TocPage(page: String, title: String, next: Option[List[String]]) extends TocTree

A page (leaf node) pointed to by the table of contents

Value parameters

next

Explicitly provided next links. If None, then the index structure are used to generate the next links, otherwise these links should be used. Note that Some(Nil) is distinct from None, in that Some(Nil) means there should be no next links, whereas None means let the index decide what the next link should be.

page

The page

title

The title of the page

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product