Packages

  • package root
    Definition Classes
    root
  • package views

    Contains ready to use built-in templates and template helpers.

    Contains ready to use built-in templates and template helpers.

    Definition Classes
    root
  • package html

    Contains ready to use built-in templates and template helpers for html templates.

    Contains ready to use built-in templates and template helpers for html templates.

    Definition Classes
    views
  • package defaultpages

    Contains default error, 404, forbidden, etc.

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

    Definition Classes
    html
  • badRequest
  • devError
  • devNotFound
  • error
  • notFound
  • todo
  • unauthorized
  • package helper

    Contains template helpers, for example for generating HTML forms.

    Contains template helpers, for example for generating HTML forms.

    Definition Classes
    html
  • package play20
    Definition Classes
    html
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. All

Value Members

  1. 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]
  2. 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]
  3. 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]
  4. object error extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template2[UsefulException, RequestHeader, play.twirl.api.HtmlFormat.Appendable]
  5. 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]
  6. object todo extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template1[RequestHeader, play.twirl.api.HtmlFormat.Appendable]
  7. 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