package defaultpages
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 Template3[String, String, String, play.twirl.api.HtmlFormat.Appendable]
- 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]
- 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]
- object error extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template1[UsefulException, play.twirl.api.HtmlFormat.Appendable]
- object notFound extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template2[String, String, play.twirl.api.HtmlFormat.Appendable]
- object todo extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template0[play.twirl.api.HtmlFormat.Appendable]
- object unauthorized extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template0[play.twirl.api.HtmlFormat.Appendable]