Uses of Class
org.apache.struts2.components.template.Template

Packages that use Template
org.apache.struts2.components   
org.apache.struts2.components.template   
 

Uses of Template in org.apache.struts2.components
 

Methods in org.apache.struts2.components that return Template
protected  Template UIBean.buildTemplateName(String myTemplate, String myDefaultTemplate)
           
 

Methods in org.apache.struts2.components with parameters of type Template
protected  void UIBean.mergeTemplate(Writer writer, Template template)
           
 

Uses of Template in org.apache.struts2.components.template
 

Fields in org.apache.struts2.components.template declared as Template
(package private)  Template TemplateRenderingContext.template
           
 

Methods in org.apache.struts2.components.template that return Template
 Template TemplateRenderingContext.getTemplate()
           
 

Methods in org.apache.struts2.components.template that return types with arguments of type Template
 List<Template> Template.getPossibleTemplates(TemplateEngine engine)
           
 

Methods in org.apache.struts2.components.template with parameters of type Template
protected  String BaseTemplateEngine.getFinalTemplateName(Template template)
           
 TemplateEngine TemplateEngineManager.getTemplateEngine(Template template, String templateTypeOverride)
          Gets the TemplateEngine for the template name.
 Map BaseTemplateEngine.getThemeProps(Template template)
           
 Map TemplateEngine.getThemeProps(Template template)
          Get's the properties for the given template.
 

Constructors in org.apache.struts2.components.template with parameters of type Template
TemplateRenderingContext(Template template, Writer writer, ValueStack stack, Map params, UIBean tag)
          Constructor
 



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