Package org.apache.sling.api.scripting
@Version("2.5.0")
package org.apache.sling.api.scripting
-
ClassDescriptionThrown when an invalid service filter is usedThe
LazyBindings
wraps another map and dynamically provides entries for the wrapped map through a map ofLazyBindings.Supplier
s.This marker interface should be used for suppliers which should be unwrapped when used as values stored in aLazyBindings
map.TheScriptEvaluationException
is thrown by theSlingScript.eval(SlingBindings)
method if an error occurrs evaluating the script.TheSlingBindings
class is used to prepare global variables for script execution.TheSlingScript
defines the API for objects which encapsulate a script.Some constants for the scripting.TheSlingScriptHelper
interface defines the API of a helper class which is provided to the scripts called from sling through the global
variable.sling
Deprecated.The SlingScriptResolver interface is intended to be implemented and also used by project specific code.