Package | Description |
---|---|
org.apache.sling.api.scripting | |
org.apache.sling.scripting.core |
Class and Description |
---|
LazyBindings
The
LazyBindings wraps another map and dynamically provides entries for the wrapped map through a map of LazyBindings.Supplier s. |
LazyBindings.Supplier
This marker interface should be used for suppliers which should be unwrapped when used as values stored in a
LazyBindings map. |
SlingBindings
The
SlingBindings class is used to prepare global variables
for script execution. |
SlingScript
The
SlingScript defines the API for objects which encapsulate
a script. |
SlingScriptHelper
The
SlingScriptHelper interface defines the API of a helper
class which is provided to the scripts called from sling through the global
variable. |
Class and Description |
---|
InvalidServiceFilterSyntaxException
Thrown when an invalid service filter is used
|
SlingScript
The
SlingScript defines the API for objects which encapsulate
a script. |
SlingScriptHelper
The
SlingScriptHelper interface defines the API of a helper
class which is provided to the scripts called from sling through the global
variable. |
Copyright © 2022 The Apache Software Foundation. All rights reserved.