Uses of Interface
org.xwiki.script.service.ScriptService

Packages that use ScriptService
org.xwiki.script.service   
 

Uses of ScriptService in org.xwiki.script.service
 

Methods in org.xwiki.script.service that return ScriptService
 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.