@Component @Named(value="template") @Singleton public class TemplateScriptService extends Object implements org.xwiki.script.service.ScriptService
| Constructor and Description |
|---|
TemplateScriptService() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(String template)
Execute the passed template.
|
String |
render(String template)
Execute and render passed template.
|
Copyright © 2004–2018 XWiki. All rights reserved.