Interface TwirlTemplateFormat
-
Method Summary
Modifier and TypeMethodDescriptionExtension without the leading '.'.Fully qualified class name for the template format.Imports that are needed for this template format.
-
Method Details
-
getExtension
-
getFormatType
String getFormatType()Fully qualified class name for the template format.- Returns:
- class name of the format
-
getTemplateImports
Collection<String> getTemplateImports()Imports that are needed for this template format.These are just the packages or individual classes in Scala format. Use
my.package._and notmy.package.*.- Returns:
- collection of imports to be added after the default Twirl imports
-