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 java.lang.Object implements org.mozilla.javascript.tools.debugger.ScopeProvider
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.mozilla.javascript.ScriptablegetScope()Returns the scope for script evaluations.
-