@Version(value="2.3.2")
| Interface | Description | 
|---|---|
| SlingScript | The  SlingScriptdefines the API for objects which encapsulate
 a script. | 
| SlingScriptHelper | The  SlingScriptHelperinterface defines the API of a helper
 class which is provided to the scripts called from sling through the globalvariable. | 
| SlingScriptResolver | Deprecated The SlingScriptResolver interface is intended to be implemented
 and also used by project specific code. | 
| Class | Description | 
|---|---|
| SlingBindings | The  SlingBindingsclass is used to prepare global variables
 for script execution. | 
| SlingScriptConstants | Some constants for the scripting. | 
| Exception | Description | 
|---|---|
| InvalidServiceFilterSyntaxException | Thrown when an invalid service filter is used | 
| ScriptEvaluationException | The  ScriptEvaluationExceptionis thrown by theSlingScript.eval(SlingBindings)method if an error occurrs evaluating
 the script. | 
Copyright © 2018 The Apache Software Foundation. All rights reserved.