Package | Description |
---|---|
org.apache.struts2.components.template | |
org.apache.struts2.views.freemarker |
Modifier and Type | Class and Description |
---|---|
class |
BaseTemplateEngine
Base class for template engines.
|
class |
FreemarkerTemplateEngine
Freemarker based template engine.
|
class |
JspTemplateEngine
JSP based template engine.
|
Modifier and Type | Method and Description |
---|---|
TemplateEngine |
TemplateEngineManager.getTemplateEngine(Template template,
String templateTypeOverride)
Gets the TemplateEngine for the template name.
|
Modifier and Type | Method and Description |
---|---|
List<Template> |
Template.getPossibleTemplates(TemplateEngine engine) |
void |
TemplateEngineManager.registerTemplateEngine(String templateExtension,
TemplateEngine templateEngine)
Registers the given template engine.
|
Modifier and Type | Method and Description |
---|---|
void |
FreemarkerThemeTemplateLoader.setTemplateEngine(TemplateEngine templateEngine) |
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.