RenderedPage

play.doc.RenderedPage
case class RenderedPage(html: String, sidebarHtml: Option[String], path: String, breadcrumbsHtml: Option[String])

A rendered page

Value parameters

breadcrumbsHtml

The HTML for the breadcrumbs.

html

The HTML for the page

path

The path that the page was found at

sidebarHtml

The HTML for the sidebar

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
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