@Incubating public interface TwirlTemplateFormat
| Modifier and Type | Method | Description | 
|---|---|---|
| String | getExtension() | Extension without the leading '.'. | 
| String | getFormatType() | Fully qualified class name for the template format. | 
| Collection<String> | getTemplateImports() | Imports that are needed for this template format. | 
String getExtension()
String getFormatType()
Collection<String> getTemplateImports()
 These are just the packages or individual classes in Scala format.
 Use my.package._ and not my.package.*.