Class ScriptDebugger.AlfrescoScopeProvider
java.lang.Object
org.springframework.extensions.webscripts.ScriptDebugger.AlfrescoScopeProvider
- All Implemented Interfaces:
org.mozilla.javascript.tools.debugger.ScopeProvider
- Enclosing class:
- ScriptDebugger
public static class ScriptDebugger.AlfrescoScopeProvider
extends Object
implements org.mozilla.javascript.tools.debugger.ScopeProvider
-
Method Summary
Modifier and TypeMethodDescriptionorg.mozilla.javascript.ScriptablegetScope()Returns the scope for script evaluations.
-
Method Details
-
getScope
public org.mozilla.javascript.Scriptable getScope()Returns the scope for script evaluations.- Specified by:
getScopein interfaceorg.mozilla.javascript.tools.debugger.ScopeProvider
-