类 org.apache.struts2.components.template.Template
的使用

使用 Template 的软件包
org.apache.struts2.components.template   
 

org.apache.struts2.components.templateTemplate 的使用
 

返回 Templateorg.apache.struts2.components.template 中的方法
 Template TemplateRenderingContext.getTemplate()
           
 

返回变量类型为 Template 的类型的 org.apache.struts2.components.template 中的方法
 List<Template> Template.getPossibleTemplates(TemplateEngine engine)
           
 

参数类型为 Templateorg.apache.struts2.components.template 中的方法
 TemplateEngine TemplateEngineManager.getTemplateEngine(Template template, String templateTypeOverride)
          Gets the TemplateEngine for the template name.
 Map TemplateEngine.getThemeProps(Template template)
          Get's the properties for the given template.
 Map BaseTemplateEngine.getThemeProps(Template template)
           
 

参数类型为 Templateorg.apache.struts2.components.template 中的构造方法
TemplateRenderingContext(Template template, Writer writer, com.opensymphony.xwork2.util.ValueStack stack, Map params, UIBean tag)
          Constructor