A E G H I O R S T 
All Classes All Packages

A

AbstractWrappingObject<T> - Class in org.xwiki.script.wrap
Wrap an Object.
AbstractWrappingObject() - Constructor for class org.xwiki.script.wrap.AbstractWrappingObject
A default constructor allowing to set the wrapped object later.
AbstractWrappingObject(T) - Constructor for class org.xwiki.script.wrap.AbstractWrappingObject
 

E

equals(Object) - Method in class org.xwiki.script.wrap.AbstractWrappingObject
 

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")).
getCurrentScriptContext() - Method in interface org.xwiki.script.ScriptContextManager
 
getScriptContext() - Method in interface org.xwiki.script.ScriptContextManager
 
getWrapped() - Method in class org.xwiki.script.wrap.AbstractWrappingObject
 

H

hashCode() - Method in class org.xwiki.script.wrap.AbstractWrappingObject
 

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
 
org.xwiki.script.wrap - package org.xwiki.script.wrap
 

R

resolveWrapped() - Method in class org.xwiki.script.wrap.AbstractWrappingObject
 

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
Deprecated.
not used anymore
ScriptServiceNotFoundException(String) - Constructor for exception org.xwiki.script.service.ScriptServiceNotFoundException
Deprecated.
Creates a new exception with the given message.
ScriptServiceNotFoundException(String, Throwable) - Constructor for exception org.xwiki.script.service.ScriptServiceNotFoundException
Deprecated.
Creates a new exception with the given message, wrapping the specified throwable object.

T

toString() - Method in class org.xwiki.script.wrap.AbstractWrappingObject
 
A E G H I O R S T 
All Classes All Packages