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