object preview extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template15[RepositoryInfo, String, Boolean, Boolean, Boolean, Boolean, Boolean, String, String, String, String, Boolean, Int, Long, Context, play.twirl.api.HtmlFormat.Appendable]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- preview
- Template15
- BaseScalaTemplate
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
_display_(o: Any)(implicit m: ClassTag[play.twirl.api.HtmlFormat.Appendable]): play.twirl.api.HtmlFormat.Appendable
- Definition Classes
- BaseScalaTemplate
-
def
_display_(x: play.twirl.api.HtmlFormat.Appendable): play.twirl.api.HtmlFormat.Appendable
- Definition Classes
- BaseScalaTemplate
-
def
_display_(x: NodeSeq): play.twirl.api.HtmlFormat.Appendable
- Definition Classes
- BaseScalaTemplate
-
def
_display_(x: Unit): play.twirl.api.HtmlFormat.Appendable
- Definition Classes
- BaseScalaTemplate
-
def
_display_(x: String): play.twirl.api.HtmlFormat.Appendable
- Definition Classes
- BaseScalaTemplate
-
def
_display_(x: AnyVal): play.twirl.api.HtmlFormat.Appendable
- Definition Classes
- BaseScalaTemplate
- def apply(repository: RepositoryInfo, content: String, enableWikiLink: Boolean, enableRefsLink: Boolean, enableLineBreaks: Boolean, enableTaskList: Boolean, hasWritePermission: Boolean, completionContext: String, style: String = "", styleClass: String = "", placeholder: String = "Leave a comment", elastic: Boolean = false, tabIndex: Int = 2, uid: Long = new java.util.Date().getTime())(implicit context: Context): play.twirl.api.HtmlFormat.Appendable
- def f: (RepositoryInfo, String, Boolean, Boolean, Boolean, Boolean, Boolean, String, String, String, String, Boolean, Int, Long) ⇒ (Context) ⇒ play.twirl.api.HtmlFormat.Appendable
-
val
format: Format[play.twirl.api.HtmlFormat.Appendable]
- Definition Classes
- BaseScalaTemplate
- def ref: preview.this.type
-
def
render(repository: RepositoryInfo, content: String, enableWikiLink: Boolean, enableRefsLink: Boolean, enableLineBreaks: Boolean, enableTaskList: Boolean, hasWritePermission: Boolean, completionContext: String, style: String, styleClass: String, placeholder: String, elastic: Boolean, tabIndex: Int, uid: Long, context: Context): play.twirl.api.HtmlFormat.Appendable
- Definition Classes
- preview → Template15