com.revusky.niggle.templates.freemarkerimpl
Interface LocalizedTemplateCache
- All Known Implementing Classes:
- LocalizedFileTemplateCache
- public interface LocalizedTemplateCache
Extends the TemplateCache abstraction to encapsulate localized
page templates. (Should donate this and
our concrete implementation, LocalizedFileTemplateCache, to
the freemarker folks actually)
- Author:
- Jonathan Revusky
Method Summary |
freemarker.template.Template |
getTemplate(java.lang.String filename,
java.util.Locale locale)
|
getTemplate
public freemarker.template.Template getTemplate(java.lang.String filename,
java.util.Locale locale)