Uses of Class
org.apache.struts2.components.template.Template
Packages that use Template
-
Uses of Template in org.apache.struts2.components
Methods in org.apache.struts2.components that return TemplateModifier and TypeMethodDescriptionprotected Template
UIBean.buildTemplateName
(String myTemplate, String myDefaultTemplate) Methods in org.apache.struts2.components with parameters of type TemplateModifier and TypeMethodDescriptionprotected void
UIBean.mergeTemplate
(Writer writer, Template template) -
Uses of Template in org.apache.struts2.components.template
Methods in org.apache.struts2.components.template that return TemplateMethods in org.apache.struts2.components.template that return types with arguments of type TemplateMethods in org.apache.struts2.components.template with parameters of type TemplateModifier and TypeMethodDescriptionprotected String
BaseTemplateEngine.getFinalTemplateName
(Template template) TemplateEngineManager.getTemplateEngine
(Template template, String templateTypeOverride) Gets the TemplateEngine for the template name.BaseTemplateEngine.getThemeProps
(Template template) TemplateEngine.getThemeProps
(Template template) Get's the properties for the given template.Constructors in org.apache.struts2.components.template with parameters of type TemplateModifierConstructorDescriptionTemplateRenderingContext
(Template template, Writer writer, ValueStack stack, Map<String, Object> params, UIBean tag) Constructor