Uses of Interface
org.apache.sling.scripting.javascript.SlingWrapper

Packages that use SlingWrapper
org.apache.sling.scripting.javascript.wrapper   
 

Uses of SlingWrapper in org.apache.sling.scripting.javascript.wrapper
 

Classes in org.apache.sling.scripting.javascript.wrapper that implement SlingWrapper
 class ScriptableCalendar
           
 class ScriptableNode
          A wrapper for JCR nodes that exposes all properties and child nodes as properties of a Javascript object.
 class ScriptablePrintWriter
           
 class ScriptableProperty
          Wrap a JCR Property as a Scriptable
 class ScriptableResource
          Resource in JavaScript has following signature: [Object] getData(); [Object] data [Item] getItem(); [Item] item [String] getResourceType(); [String] type [String] getPath(); [String] path
 class ScriptableVersion
          Scriptable wrapper for the JCR Version class
 class ScriptableVersionHistory
          Scriptable wrapper for the JCR VersionHistory class
 



Copyright © 2007-2009. All Rights Reserved.