public interface JournalDefaultTemplateProvider
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLanguage()
Default template language type.
|
java.lang.String |
getScript(long ddmStructureId)
Default template script.
|
boolean |
isCacheable()
Defines if default template is cacheable.
|
java.lang.String getLanguage()
ftl
, vm
or
xsl
.java.lang.String getScript(long ddmStructureId) throws java.lang.Exception
ddmStructureId
- ID of the DDM structure to provide a template for.java.lang.Exception
boolean isCacheable()
true
if default template is cacheable,
false
otherwise.