p

views.html

defaultpages

package defaultpages

Contains default error, 404, forbidden, etc. pages.

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. defaultpages
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. object badRequest extends [, []] with Template4[String, String, String, , play.twirl.api.HtmlFormat.Appendable]
  2. object devError extends [, []] with Template3[Option[String], UsefulException, , play.twirl.api.HtmlFormat.Appendable]
  3. object devNotFound extends [, []] with Template4[String, String, Option[], , play.twirl.api.HtmlFormat.Appendable]
  4. object error extends [, []] with Template2[UsefulException, , play.twirl.api.HtmlFormat.Appendable]
  5. object notFound extends [, []] with Template3[String, String, , play.twirl.api.HtmlFormat.Appendable]
  6. object todo extends [, []] with [, play.twirl.api.HtmlFormat.Appendable]
  7. object unauthorized extends [, []] with [, play.twirl.api.HtmlFormat.Appendable]