|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.lang.String myTemplate,
java.lang.String myDefaultTemplate)
|
Methods in org.apache.struts2.components with parameters of type Template | |
---|---|
protected void |
UIBean.mergeTemplate(java.io.Writer writer,
Template template)
|
Uses of Template in org.apache.struts2.components.template |
---|
Methods in org.apache.struts2.components.template that return Template | |
---|---|
Template |
TemplateRenderingContext.getTemplate()
|
Methods in org.apache.struts2.components.template with parameters of type Template | |
---|---|
protected java.lang.String |
BaseTemplateEngine.getFinalTemplateName(Template template)
|
static TemplateEngine |
TemplateEngineManager.getTemplateEngine(Template template,
java.lang.String templateTypeOverride)
Gets the TemplateEngine for the template name. |
java.util.Map |
BaseTemplateEngine.getThemeProps(Template template)
|
java.util.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,
java.io.Writer writer,
com.opensymphony.xwork2.util.ValueStack stack,
java.util.Map params,
UIBean tag)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |