Interface | Description |
---|---|
TwirlSourceSet |
Represents a source set containing twirl templates
apply plugin: 'play' model { components { play { sources { withType(TwirlSourceSet) { // Use template format views.formats.csv.CsvFormat for all files named *.scala.csv // Additionally, include views.formats.csv._ package imports in generated sources. |
TwirlTemplateFormat |
Twirl Template format mapping
|
Enum | Description |
---|---|
TwirlImports |
Represents the available sets of default imports that can be used when compiling Twirl templates.
|