Class VelocityTemplateEngine
java.lang.Object
org.apache.struts2.components.template.BaseTemplateEngine
org.apache.struts2.views.velocity.template.VelocityTemplateEngine
- All Implemented Interfaces:
org.apache.struts2.components.template.TemplateEngine
public class VelocityTemplateEngine
extends org.apache.struts2.components.template.BaseTemplateEngine
Velocity based template engine.
-
Field Summary
Fields inherited from class org.apache.struts2.components.template.BaseTemplateEngine
DEFAULT_THEME_PROPERTIES_FILE_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
void
renderTemplate
(org.apache.struts2.components.template.TemplateRenderingContext templateContext) void
Methods inherited from class org.apache.struts2.components.template.BaseTemplateEngine
getFinalTemplateName, getThemePropertiesFileName, getThemeProps
-
Constructor Details
-
VelocityTemplateEngine
public VelocityTemplateEngine()
-
-
Method Details