Uses of Class
com.opensymphony.webwork.components.template.Template

Packages that use Template
com.opensymphony.webwork.components   
com.opensymphony.webwork.components.template   
 

Uses of Template in com.opensymphony.webwork.components
 

Methods in com.opensymphony.webwork.components that return Template
protected  Template UIBean.buildTemplateName(String myTemplate, String myDefaultTemplate)
           
 

Methods in com.opensymphony.webwork.components with parameters of type Template
protected  void UIBean.mergeTemplate(Writer writer, Template template)
           
 

Uses of Template in com.opensymphony.webwork.components.template
 

Methods in com.opensymphony.webwork.components.template that return Template
 Template TemplateRenderingContext.getTemplate()
           
 

Methods in com.opensymphony.webwork.components.template with parameters of type Template
protected  String BaseTemplateEngine.getFinalTemplateName(Template template)
           
static 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 com.opensymphony.webwork.components.template with parameters of type Template
TemplateRenderingContext(Template template, Writer writer, OgnlValueStack stack, Map params, UIBean tag)
          Constructor
 


WebWork Project Page