Class Summary |
ScriptableBase |
Base class for Scriptable objects, uses the NativeJavaObject wrapper to provide
default wrapping of methods and properties (SLING-397) |
ScriptableCalendar |
|
ScriptableItemMap |
|
ScriptableNode |
A wrapper for JCR nodes that exposes all properties and child nodes as
properties of a Javascript object. |
ScriptablePrintWriter |
|
ScriptableProperty |
Wrap a JCR Property as a Scriptable |
ScriptableResource |
Resource in JavaScript has following signature: [Object] getData(); [Object]
data [Item] getItem(); [Item] item [String] getResourceType(); [String] type
[String] getPath(); [String] path |
ScriptableVersion |
Scriptable wrapper for the JCR Version class |
ScriptableVersionHistory |
Scriptable wrapper for the JCR VersionHistory class |