org.norther.tammi.spray.velocity
Interface VelocityEngine

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

public interface VelocityEngine
extends TemplateEngine, CacheClient<Object,Resource>

An interface to Velocity template engines.

Version:
$Id: VelocityEngine.java,v 1.23 2009/09/28 15:08:30 cvsimp Exp $
Author:
Ilkka Priha

Field Summary
static String ANY_EXTENSION
          The wildcard extension.
 
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
 

Field Detail

ANY_EXTENSION

static final String ANY_EXTENSION
The wildcard extension.

See Also:
Constant Field Values


Copyright © 2004 The Norther Organization. All rights reserved.