com.opensymphony.webwork.views.jsp.ui.template
Class VelocityTemplateEngine

java.lang.Object
  extended bycom.opensymphony.webwork.views.jsp.ui.template.BaseTemplateEngine
      extended bycom.opensymphony.webwork.views.jsp.ui.template.VelocityTemplateEngine
All Implemented Interfaces:
TemplateEngine

public class VelocityTemplateEngine
extends BaseTemplateEngine

VelocityTemplateEngine renders Velocity templates Date: Sep 28, 2004 12:01:09 PM

Author:
jcarreira

Constructor Summary
VelocityTemplateEngine()
           
 
Method Summary
protected  String getSuffix()
           
 void renderTemplate(TemplateRenderingContext templateContext)
           
 
Methods inherited from class com.opensymphony.webwork.views.jsp.ui.template.BaseTemplateEngine
getFinalTemplateName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VelocityTemplateEngine

public VelocityTemplateEngine()
Method Detail

renderTemplate

public void renderTemplate(TemplateRenderingContext templateContext)
                    throws Exception
Throws:
Exception

getSuffix

protected String getSuffix()
Specified by:
getSuffix in class BaseTemplateEngine

WebWork Project Page