Uses of Class
org.xwiki.script.service.ScriptServiceNotFoundException

Packages that use ScriptServiceNotFoundException
org.xwiki.script.service   
 

Uses of ScriptServiceNotFoundException in org.xwiki.script.service
 

Methods in org.xwiki.script.service that throw ScriptServiceNotFoundException
 ScriptService ScriptServiceManager.get(java.lang.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-2011 XWiki. All Rights Reserved.