Package | Description |
---|---|
org.apache.struts2.components | |
org.apache.struts2.components.template |
Modifier and Type | Method and Description |
---|---|
protected Template |
UIBean.buildTemplateName(String myTemplate,
String myDefaultTemplate) |
Modifier and Type | Method and Description |
---|---|
protected void |
UIBean.mergeTemplate(Writer writer,
Template template) |
Modifier and Type | Method and Description |
---|---|
Template |
TemplateRenderingContext.getTemplate() |
Modifier and Type | Method and Description |
---|---|
List<Template> |
Template.getPossibleTemplates(TemplateEngine engine) |
Modifier and Type | Method and Description |
---|---|
protected String |
BaseTemplateEngine.getFinalTemplateName(Template 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) |
Constructor and Description |
---|
TemplateRenderingContext(Template template,
Writer writer,
ValueStack stack,
Map params,
UIBean tag)
Constructor
|
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.