manual

views.html.play20.manual
object manual extends BaseScalaTemplate[Appendable, Format[Appendable]], Template4[String, Option[String], Option[String], String => String, Appendable]

Attributes

Graph
Supertypes
trait Template4[String, Option[String], Option[String], String => String, Appendable]
class BaseScalaTemplate[Appendable, Format[Appendable]]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
manual.type

Members list

Value members

Concrete methods

def apply(title: String, main: Option[String], sidebar: Option[String], locate: String => String): Appendable

Attributes

def f: (String, Option[String], Option[String], String => String) => Appendable
def ref: manual.type.this.type
def render(title: String, main: Option[String], sidebar: Option[String], locate: String => String): Appendable

Inherited methods

def _display_(o: Any)(implicit m: ClassTag[Appendable]): T

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: Appendable): T

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: NodeSeq): T

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: Unit): T

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: String): T

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: AnyVal): T

Attributes

Inherited from:
BaseScalaTemplate

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product