Uses of Package
org.xwiki.script.service

Packages that use org.xwiki.script.service
org.xwiki.script.internal.service   
org.xwiki.script.service   
 

Classes in org.xwiki.script.service used by org.xwiki.script.internal.service
ScriptService
          Any module wishing to expose Script APIs (for example APIs accessible through Groovy, Python, Velocity, etc) must implement this component interface, in addition to implementing its own business interface.
ScriptServiceManager
          Provides access to ScriptService implementation at runtime.
ScriptServiceNotFoundException
          Thrown when a Script Service cannot be located.
 

Classes in org.xwiki.script.service used by org.xwiki.script.service
ScriptService
          Any module wishing to expose Script APIs (for example APIs accessible through Groovy, Python, Velocity, etc) must implement this component interface, in addition to implementing its own business interface.
ScriptServiceNotFoundException
          Thrown when a Script Service cannot be located.
 



Copyright © 2004-2011 XWiki. All Rights Reserved.