| Package | Description |
|---|---|
| org.xwiki.template |
| Modifier and Type | Method and Description |
|---|---|
Template |
TemplateManager.getSkinTemplate(String templateName,
Skin skin)
Search the template with passed name in the passed skin.
|
Template |
TemplateManager.getTemplate(String templateName)
Search everywhere for the template with passed name depending on the current context (current skin, etc).
|
Template |
TemplateManager.getTemplate(String templateName,
Skin skin)
Search the template with passed name in the passed skin.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateManager.render(Template template,
Writer writer)
Execute and render the template in current target syntax.
|
Copyright © 2004–2016 XWiki. All rights reserved.