Package org.apache.struts2.components.template

Interface Summary
TemplateEngine Any template language which wants to support UI tag templating needs to provide an implementation of this interface to handle rendering the template
TemplateEngineManager.EngineFactory Abstracts loading of the template engine
 

Class Summary
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.
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.