org.springframework.extensions.webscripts
Class ScriptDebugger.AlfrescoScopeProvider

java.lang.Object
  extended by 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
 org.mozilla.javascript.Scriptable getScope()
          Returns the scope for script evaluations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getScope

public org.mozilla.javascript.Scriptable getScope()
Returns the scope for script evaluations.

Specified by:
getScope in interface org.mozilla.javascript.tools.debugger.ScopeProvider


Copyright © 2009 SpringSource, Inc. All Rights Reserved.