devNotFound

views.html.defaultpages.devNotFound
object devNotFound extends BaseScalaTemplate[Appendable, Format[Appendable]], Template4[String, String, Option[Router], RequestHeader, Appendable]

Attributes

Graph
Supertypes
trait Template4[String, String, Option[Router], RequestHeader, Appendable]
class BaseScalaTemplate[Appendable, Format[Appendable]]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

def apply(method: String, uri: String, router: Option[Router])(implicit request: RequestHeader): Appendable

Default page for 404 Not Found responses, in development mode. This page display the routes file content.

Default page for 404 Not Found responses, in development mode. This page display the routes file content.

Attributes

def f: (String, String, Option[Router]) => RequestHeader => Appendable
def ref: this.type
def render(method: String, uri: String, router: Option[Router], request: RequestHeader): Appendable

Inherited methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
BaseScalaTemplate

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product