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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article