G I O S

G

get(String) - Method in interface org.xwiki.script.service.ScriptServiceManager
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")).
getScriptContext() - Method in interface org.xwiki.script.ScriptContextManager
 

I

initialize(ScriptContext) - Method in interface org.xwiki.script.ScriptContextInitializer
Initialize provided ScriptContext.

O

org.xwiki.script - package org.xwiki.script
 
org.xwiki.script.event - package org.xwiki.script.event
 
org.xwiki.script.service - package org.xwiki.script.service
 

S

ScriptContextInitializer - Interface in org.xwiki.script
Initialize ScriptContext.
ScriptContextManager - Interface in org.xwiki.script
Helpers for ScriptContext management.
ScriptEvaluatedEvent - Class in org.xwiki.script.event
An event triggered right after evaluation of a script macro (Groovy, Velocity, etc.) was finished (no matter successfully or not).
ScriptEvaluatedEvent() - Constructor for class org.xwiki.script.event.ScriptEvaluatedEvent
Constructor initializing the event filter with an AlwaysMatchingEventFilter, meaning that this event will match any other event of the same type.
ScriptEvaluatedEvent(String) - Constructor for class org.xwiki.script.event.ScriptEvaluatedEvent
Constructor initializing the event filter with a FixedNameEventFilter, meaning that this event will match only events of the same type affecting the same passed name.
ScriptEvaluatedEvent(EventFilter) - Constructor for class org.xwiki.script.event.ScriptEvaluatedEvent
Constructor using a custom EventFilter.
ScriptEvaluatingEvent - Class in org.xwiki.script.event
An event triggered just before evaluation of a script macro (Groovy, Velocity, etc.) is started.
ScriptEvaluatingEvent() - Constructor for class org.xwiki.script.event.ScriptEvaluatingEvent
Constructor initializing the event filter with an AlwaysMatchingEventFilter, meaning that this event will match any other event of the same type.
ScriptEvaluatingEvent(String) - Constructor for class org.xwiki.script.event.ScriptEvaluatingEvent
Constructor initializing the event filter with a FixedNameEventFilter, meaning that this event will match only events of the same type affecting the same passed name.
ScriptEvaluatingEvent(EventFilter) - Constructor for class org.xwiki.script.event.ScriptEvaluatingEvent
Constructor using a custom EventFilter.
ScriptService - Interface in org.xwiki.script.service
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 - Interface in org.xwiki.script.service
Provides access to ScriptService implementation at runtime.
ScriptServiceNotFoundException - Exception in org.xwiki.script.service
Thrown when a Script Service cannot be located.
ScriptServiceNotFoundException(String) - Constructor for exception org.xwiki.script.service.ScriptServiceNotFoundException
Creates a new exception with the given message.
ScriptServiceNotFoundException(String, Throwable) - Constructor for exception org.xwiki.script.service.ScriptServiceNotFoundException
Creates a new exception with the given message, wrapping the specified throwable object.

G I O S

Copyright © 2004-2012 XWiki. All Rights Reserved.