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 or vm.java.lang.String getScript(long ddmStructureId)
throws java.lang.Exception
ddmStructureId - ID of the DDM structure to provide a template for.java.lang.Exceptionboolean isCacheable()
true if default template is cacheable,
false otherwise.