org.openmobileis.embedded.webserver.templates
Class Freemarkerv1JarTemplateCache

java.lang.Object
  extended byFileTemplateCache
      extended byorg.openmobileis.embedded.webserver.templates.Freemarkerv1JarTemplateCache

public final class Freemarkerv1JarTemplateCache
extends FileTemplateCache

Author:
phil
See Also:
Serialized Form

Constructor Summary
Freemarkerv1JarTemplateCache(java.lang.String jarpath)
           
 
Method Summary
 java.lang.String getFilenameSuffix()
          Returns the template suffix.
 void setFilenameSuffix(java.lang.String filenameSuffix)
          Sets the template suffix.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Freemarkerv1JarTemplateCache

public Freemarkerv1JarTemplateCache(java.lang.String jarpath)
Method Detail

setFilenameSuffix

public void setFilenameSuffix(java.lang.String filenameSuffix)
Sets the template suffix. If set, files that do not have this suffix will be ignored when read into the cache.

Parameters:
filenameSuffix - the optional filename suffix of template files to be read for this cache.

getFilenameSuffix

public java.lang.String getFilenameSuffix()
Returns the template suffix. If set, files that do not have this suffix will be ignored when read into the cache.

Returns:
the optional filename suffix of template files to be read for this cache.


Copyright 2006 OpenMobileIS. All Rights Reserved.