Uses of Class
org.apache.sling.scripting.javascript.wrapper.ScriptableBase
-
Packages that use ScriptableBase Package Description org.apache.sling.scripting.javascript.wrapper -
-
Uses of ScriptableBase in org.apache.sling.scripting.javascript.wrapper
Subclasses of ScriptableBase in org.apache.sling.scripting.javascript.wrapper Modifier and Type Class Description class
ScriptableCalendar
class
ScriptableMap
TheScriptableMap
wrapper provides easier access to a map's values by setting the map's keys as properties to the JavaScript object representing theMap
.class
ScriptableNode
A wrapper for JCR nodes that exposes all properties and child nodes as properties of a Javascript object.class
ScriptableProperty
Wrap a JCR Property as a Scriptableclass
ScriptableVersion
Scriptable wrapper for the JCR Version classclass
ScriptableVersionHistory
Scriptable wrapper for the JCR VersionHistory class
-