Uses of Interface
org.apache.struts2.components.template.TemplateEngine
Packages that use TemplateEngine
- 
Uses of TemplateEngine in org.apache.struts2.components.templateClasses in org.apache.struts2.components.template that implement TemplateEngineModifier and TypeClassDescriptionclassBase class for template engines.classFreemarker based template engine.classJSP based template engine.Methods in org.apache.struts2.components.template that return TemplateEngineModifier and TypeMethodDescriptionTemplateEngineManager.getTemplateEngine(Template template, String templateTypeOverride) Gets the TemplateEngine for the template name.Methods in org.apache.struts2.components.template with parameters of type TemplateEngineModifier and TypeMethodDescriptionTemplate.getPossibleTemplates(TemplateEngine engine) voidTemplateEngineManager.registerTemplateEngine(String templateExtension, TemplateEngine templateEngine) Registers the given template engine.
- 
Uses of TemplateEngine in org.apache.struts2.views.freemarkerMethods in org.apache.struts2.views.freemarker with parameters of type TemplateEngineModifier and TypeMethodDescriptionvoidFreemarkerThemeTemplateLoader.setTemplateEngine(TemplateEngine templateEngine)