views
.
html
defaultpages
package
defaultpages
Contains default error, 404, forbidden, etc. pages.
Source
package.scala
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
defaultpages
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Value Members
object
badRequest
extends
BaseScalaTemplate
[
play.twirl.api.HtmlFormat.Appendable
,
Format
[
play.twirl.api.HtmlFormat.Appendable
]] with
Template4
[
String
,
String
,
String
,
RequestHeader
,
play.twirl.api.HtmlFormat.Appendable
]
object
devError
extends
BaseScalaTemplate
[
play.twirl.api.HtmlFormat.Appendable
,
Format
[
play.twirl.api.HtmlFormat.Appendable
]] with
Template3
[
Option
[
String
],
UsefulException
,
RequestHeader
,
play.twirl.api.HtmlFormat.Appendable
]
object
devNotFound
extends
BaseScalaTemplate
[
play.twirl.api.HtmlFormat.Appendable
,
Format
[
play.twirl.api.HtmlFormat.Appendable
]] with
Template4
[
String
,
String
,
Option
[
Router
],
RequestHeader
,
play.twirl.api.HtmlFormat.Appendable
]
object
error
extends
BaseScalaTemplate
[
play.twirl.api.HtmlFormat.Appendable
,
Format
[
play.twirl.api.HtmlFormat.Appendable
]] with
Template2
[
UsefulException
,
RequestHeader
,
play.twirl.api.HtmlFormat.Appendable
]
object
notFound
extends
BaseScalaTemplate
[
play.twirl.api.HtmlFormat.Appendable
,
Format
[
play.twirl.api.HtmlFormat.Appendable
]] with
Template3
[
String
,
String
,
RequestHeader
,
play.twirl.api.HtmlFormat.Appendable
]
object
todo
extends
BaseScalaTemplate
[
play.twirl.api.HtmlFormat.Appendable
,
Format
[
play.twirl.api.HtmlFormat.Appendable
]] with
Template1
[
RequestHeader
,
play.twirl.api.HtmlFormat.Appendable
]
object
unauthorized
extends
BaseScalaTemplate
[
play.twirl.api.HtmlFormat.Appendable
,
Format
[
play.twirl.api.HtmlFormat.Appendable
]] with
Template1
[
RequestHeader
,
play.twirl.api.HtmlFormat.Appendable
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped
Contains default error, 404, forbidden, etc. pages.