TocPage
play.doc.TocPage
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 fromNone, in thatSome(Nil)means there should be no next links, whereasNonemeans let the index decide what the next link should be. - page
-
The page
- title
-
The title of the page
Attributes
- Graph
-
- Supertypes
Members list
In this article