Interface SlingWrapper
-
- All Superinterfaces:
org.mozilla.javascript.Wrapper
- All Known Implementing Classes:
ScriptableCalendar
,ScriptableMap
,ScriptableNode
,ScriptablePrintWriter
,ScriptableProperty
,ScriptableResource
,ScriptableVersion
,ScriptableVersionHistory
public interface SlingWrapper extends org.mozilla.javascript.Wrapper
Wrapper with an additional methods to indicate the wrapped classes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getClassName()
The name of the JavaScript host object "class".Class<?>[]
getWrappedClasses()
The list of Java classes wrapped by this wrapper.
-