D G I O S

D

DefaultScriptContextManager - Class in org.xwiki.script.internal
Default implementation of ScriptContextManager.
DefaultScriptContextManager() - Constructor for class org.xwiki.script.internal.DefaultScriptContextManager
 
DefaultScriptServiceManager - Class in org.xwiki.script.internal.service
Locate Script Services by name dynamically at runtime by looking them up agains the Component Manager.
DefaultScriptServiceManager() - Constructor for class org.xwiki.script.internal.service.DefaultScriptServiceManager
 

G

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

I

initialize(ExecutionContext) - Method in class org.xwiki.script.internal.ScriptExecutionContextInitializer
initialize(ScriptContext) - Method in class org.xwiki.script.internal.service.ServicesScriptContextInitializer
Initialize provided ScriptContext.
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.internal - package org.xwiki.script.internal
 
org.xwiki.script.internal.service - package org.xwiki.script.internal.service
 
org.xwiki.script.service - package org.xwiki.script.service
 

S

SCRIPT_CONTEXT_ID - Static variable in class org.xwiki.script.internal.ScriptExecutionContextInitializer
The id under which the Script Context is stored in the Execution Context.
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.
ScriptExecutionContextInitializer - Class in org.xwiki.script.internal
Allow registering the Script Context in the Execution Context object since it's shared during the whole execution of the current request.
ScriptExecutionContextInitializer() - Constructor for class org.xwiki.script.internal.ScriptExecutionContextInitializer
 
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.
ServicesScriptContextInitializer - Class in org.xwiki.script.internal.service
Registers the Script Service Manager in the Script Context so that it's available from scripting languages.
ServicesScriptContextInitializer() - Constructor for class org.xwiki.script.internal.service.ServicesScriptContextInitializer
 

D G I O S

Copyright © 2004-2011 XWiki. All Rights Reserved.