badRequest

views.html.defaultpages.badRequest
object badRequest extends BaseScalaTemplate[Appendable, Format[Appendable]], Template4[String, String, String, RequestHeader, Appendable]

Attributes

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

Members list

Value members

Concrete methods

def apply(method: String, uri: String, error: String)(implicit request: RequestHeader): Appendable

Default page for 400 Bad Request responses.

Default page for 400 Bad Request responses.

Attributes

def f: (String, String, String) => RequestHeader => Appendable
def ref: this.type
def render(method: String, uri: String, error: String, 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