org.norther.tammi.spray.freemarker
Interface FreemarkerEngine

All Superinterfaces:
CacheClient<Object,Object>, Configurable, Refreshable, Startable, TemplateEngine
All Known Implementing Classes:
DefaultFreemarkerEngine

public interface FreemarkerEngine
extends TemplateEngine, CacheClient<Object,Object>

An interface to Freemarker template engines.

Version:
$Id: FreemarkerEngine.java,v 1.24 2009/09/28 15:08:31 cvsimp Exp $
Author:
Ilkka Priha

Method Summary
 
Methods inherited from interface org.norther.tammi.spray.engine.TemplateEngine
evaluate, evaluate, evaluate, execute, execute, execute, getDefaultEncoding, resolveLocalizedTemplate, setDefaultEncoding, templateExists
 
Methods inherited from interface org.norther.tammi.core.config.Configurable
addProperty, addProperty, addPropertyFilePath, addPropertyFilePath, clearProperties, containsProperty, getConfigKey, getProperties, getProperty, getPropertyFilePath, getPropertyFilePaths, indexOfProperty, propertyMap, propertyMap, removeProperty, removeProperty, removePropertyFilePath, setConfigKey, setProperties, setProperty, setPropertyFilePath, setPropertyFilePath, setPropertyFilePaths, setPropertyFilePaths, storeProperties
 
Methods inherited from interface org.norther.tammi.core.base.Startable
isStarted, start, stop
 
Methods inherited from interface org.norther.tammi.core.cache.CacheClient
clearCached, expireCached, expireFraction, getCache, getSharedCacheName, isCachingDisabled, removeCache, setCachingDisabled, setSharedCacheName
 
Methods inherited from interface org.norther.tammi.core.base.Refreshable
getRefreshed, refresh
 



Copyright © 2004 The Norther Organization. All rights reserved.