7+ results for 'play.api.templates.TxtFormat' (0 ms)
Not the results you expected?
package.html (https://github.com/opensas/playdoces.git) HTML · 191 lines
SBTSettings.md (https://github.com/opensas/playdoces.git) Markdown · 111 lines
Play22TemplateCompiler.java (https://github.com/play2-maven-plugin/play2-maven-plugin.git) Java · 168 lines
Play21TemplateCompiler.java (https://github.com/play2-maven-plugin/play2-maven-plugin.git) Java · 172 lines
JsBuilder.scala (https://github.com/corespring/corespring-container.git) Scala · 57 lines
PlaySettings.scala (https://github.com/dctyler/Play20.git) Scala · 147 lines
TwirlCompilerAdapterV22X.java (https://github.com/hansd/gradle.git) Java · 119 lines
112 return Arrays.<TwirlTemplateFormat>asList(
113 new DefaultTwirlTemplateFormat("html", "play.api.templates.HtmlFormat", Collections.singleton("views.html._")),
114 new DefaultTwirlTemplateFormat("txt", "play.api.templates.TxtFormat", Collections.singleton("views.txt._")),
115 new DefaultTwirlTemplateFormat("xml", "play.api.templates.XmlFormat", Collections.singleton("views.xml._")),
116 new DefaultTwirlTemplateFormat("js", "play.api.templates.JavaScriptFormat", Collections.singleton("views.js._"))