Package org.apache.struts2.components.template
package org.apache.struts2.components.template
-
ClassDescriptionBase class for template engines.Freemarker based template engine.JSP based template engine.A template is used as a model for rendering output.Any template language which wants to support UI tag templating needs to provide an implementation of this interface to handle rendering the templateThe TemplateEngineManager will return a template engine for the templateContext used when rendering templates.