Package

views.html

defaultpages

Permalink

package defaultpages

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

Linear Supertypes
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 Template3[String, String, String, play.twirl.api.HtmlFormat.Appendable]

    Permalink
  2. object devError extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template2[Option[String], UsefulException, play.twirl.api.HtmlFormat.Appendable]

    Permalink
  3. object devNotFound extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template3[String, String, Option[Router], play.twirl.api.HtmlFormat.Appendable]

    Permalink
  4. object error extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template1[UsefulException, play.twirl.api.HtmlFormat.Appendable]

    Permalink
  5. object notFound extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template2[String, String, play.twirl.api.HtmlFormat.Appendable]

    Permalink
  6. object todo extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template0[play.twirl.api.HtmlFormat.Appendable]

    Permalink
  7. object unauthorized extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template0[play.twirl.api.HtmlFormat.Appendable]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped