net.sf.doolin.template.support
Class AbstractTemplateEngine

java.lang.Object
  extended by net.sf.doolin.template.support.AbstractTemplateEngine
All Implemented Interfaces:
TemplateEngine
Direct Known Subclasses:
VelocityTemplateEngine

public abstract class AbstractTemplateEngine
extends Object
implements TemplateEngine

Utility ancestor for the template engine implementations.

Author:
Damien Coraboeuf

Field Summary
 
Fields inherited from interface net.sf.doolin.template.TemplateEngine
VELOCITY
 
Constructor Summary
AbstractTemplateEngine()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.doolin.template.TemplateEngine
getTemplate, init
 

Constructor Detail

AbstractTemplateEngine

public AbstractTemplateEngine()


Copyright © 2011. All Rights Reserved.