com.opensymphony.webwork.components.template
Class VelocityTemplateEngine
java.lang.Object
com.opensymphony.webwork.components.template.BaseTemplateEngine
com.opensymphony.webwork.components.template.VelocityTemplateEngine
- All Implemented Interfaces:
- TemplateEngine
public class VelocityTemplateEngine
- extends BaseTemplateEngine
Velocity based template engine.
- Author:
- jcarreira
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VelocityTemplateEngine
public VelocityTemplateEngine()
renderTemplate
public void renderTemplate(TemplateRenderingContext templateContext)
throws Exception
- Description copied from interface:
TemplateEngine
- Renders the template
- Parameters:
templateContext
- context for the given template.
- Throws:
Exception
- is thrown if there is a failure when rendering.
getSuffix
protected String getSuffix()
- Specified by:
getSuffix
in class BaseTemplateEngine