Package org.apache.sling.api.scripting

Interface Summary
SlingScript The SlingScript defines the API for objects which encapsulate a script resolved by the SlingScriptResolver.
SlingScriptHelper The SlingScriptHelper interface defines the API of a helper class which is provided to the scripts called from sling through the global sling variable.
SlingScriptResolver The ScriptResolver interface defines the API for a service capable of locating scripts.
 

Class Summary
SlingBindings The SlingBindings class is used to prepare global variables for script execution.
 

Exception Summary
InvalidServiceFilterSyntaxException Thrown when an invalid service filter is used
ScriptEvaluationException The ScriptEvaluationException is thrown by the SlingScript.eval(SlingBindings) method if an error occurrs evaluating the script.
 



Copyright © 2007-2009. All Rights Reserved.