org.xwiki.rendering.block.XDOM |
TemplateManager.execute(Template template) |
Execute and return the template as XDOM .
|
default org.xwiki.rendering.block.Block |
TemplateManager.execute(Template template,
boolean inline) |
Execute and return the template as Block .
|
org.xwiki.rendering.block.XDOM |
TemplateManager.executeNoException(Template template) |
Execute and return the template as XDOM .
|
default org.xwiki.rendering.block.Block |
TemplateManager.executeNoException(Template template,
boolean inline) |
Execute and return the template as Block .
|
org.xwiki.rendering.block.XDOM |
TemplateManager.getXDOM(Template template) |
Parse the template with the provided name and return it as XDOM .
|
org.xwiki.rendering.block.XDOM |
TemplateManager.getXDOMNoException(Template template) |
Parse the template with the provided name and return it as XDOM .
|
default void |
TemplateManager.render(Template template,
boolean inline,
Writer writer) |
Execute and render the template in current target syntax.
|
void |
TemplateManager.render(Template template,
Writer writer) |
Execute and render the template in current target syntax.
|
default void |
TemplateManager.renderNoException(Template template,
boolean inline,
Writer writer) |
Execute and render the template in current target syntax.
|
void |
TemplateManager.renderNoException(Template template,
Writer writer) |
Execute and render the template in current target syntax.
|