| Package | Description |
|---|---|
| org.xwiki.script.service |
| Modifier and Type | Method and Description |
|---|---|
ScriptService |
ScriptServiceManager.get(String serviceName)
Note that we're voluntarily using an API name of "get" to make it extra easy to access Script Services from
Velocity (since in Velocity writing
$services.name is equivalent to writing
$services.get("name")). |
Copyright © 2004–2014 XWiki. All rights reserved.