Package org.xwiki.template.script
Class TemplateScriptService
- java.lang.Object
-
- org.xwiki.template.script.TemplateScriptService
-
- All Implemented Interfaces:
org.xwiki.script.service.ScriptService
@Component @Named("template") @Singleton public class TemplateScriptService extends Object implements org.xwiki.script.service.ScriptService
Internal helper to manipulate wiki based templates from scripts.- Since:
- 6.2M1
- Version:
- $Id: 1309e8c1c9623ca77d48434c3ae294fea05e886c $
-
-
Constructor Summary
Constructors Constructor Description TemplateScriptService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(String template)
Execute the passed template.String
render(String template)
Execute and render passed template.
-