Definition at line 36 of file Freemarkerv1JarTemplateCache.java.
Public Member Functions | |
void | setFilenameSuffix (String filenameSuffix) |
Sets the template suffix. | |
String | getFilenameSuffix () |
Returns the template suffix. |
void org.openmobileis.embedded.webserver.templates.Freemarkerv1JarTemplateCache.setFilenameSuffix | ( | String | filenameSuffix | ) |
Sets the template suffix.
If set, files that do not have this suffix will be ignored when read into the cache.
filenameSuffix | the optional filename suffix of template files to be read for this cache. |
Definition at line 49 of file Freemarkerv1JarTemplateCache.java.
String org.openmobileis.embedded.webserver.templates.Freemarkerv1JarTemplateCache.getFilenameSuffix | ( | ) |
Returns the template suffix.
If set, files that do not have this suffix will be ignored when read into the cache.
Definition at line 60 of file Freemarkerv1JarTemplateCache.java.