Liferay 6.2-ce-ga5

com.liferay.portal.freemarker
Class LiferayTemplateCache

java.lang.Object
  extended by freemarker.cache.TemplateCache
      extended by com.liferay.portal.freemarker.LiferayTemplateCache

public class LiferayTemplateCache
extends freemarker.cache.TemplateCache


Constructor Summary
LiferayTemplateCache(freemarker.template.Configuration configuration)
           
 
Method Summary
 freemarker.template.Template getTemplate(String templateId, Locale locale, String encoding, boolean parse)
           
 
Methods inherited from class freemarker.cache.TemplateCache
clear, getCacheStorage, getDelay, getFullTemplatePath, getLocalizedLookup, getTemplateLoader, setConfiguration, setDelay, setLocalizedLookup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiferayTemplateCache

public LiferayTemplateCache(freemarker.template.Configuration configuration)
Method Detail

getTemplate

public freemarker.template.Template getTemplate(String templateId,
                                                Locale locale,
                                                String encoding,
                                                boolean parse)
                                         throws IOException
Overrides:
getTemplate in class freemarker.cache.TemplateCache
Throws:
IOException

Liferay 6.2-ce-ga5