软件包 org.apache.struts2.components.template

接口摘要
TemplateEngine Any template language which wants to support UI tag templating needs to provide an implementation of this interface to handle rendering the template
 

类摘要
BaseTemplateEngine Base class for template engines.
FreemarkerTemplateEngine Freemarker based template engine.
JspTemplateEngine JSP based template engine.
Template A template.
TemplateEngineManager The TemplateEngineManager will return a template engine for the template
TemplateRenderingContext Context used when rendering templates.
VelocityTemplateEngine Velocity based template engine.