Class ScriptDebugger
java.lang.Object
org.springframework.extensions.webscripts.ScriptDebugger
- All Implemented Interfaces:
Runnable
Alfresco implementation of Rhino JavaScript debugger
- Author:
- davidc
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidactivate()Activate the Debuggerprotected StringgetTitle()voidhide()Hide the Debuggerprotected voidbooleanisActive()Is Debugger active?booleanIs Debugger visible?voidrun()Exit action.voidvoidshow()Show the debuggervoidstart()Start the Debugger
-
Field Details
-
dim
protected org.mozilla.javascript.tools.debugger.Dim dim
-
-
Constructor Details
-
ScriptDebugger
public ScriptDebugger()
-
-
Method Details
-
setTitle
-
initDebugger
protected void initDebugger() -
start
public void start()Start the Debugger -
activate
public void activate()Activate the Debugger -
getTitle
-
show
public void show()Show the debugger -
hide
public void hide()Hide the Debugger -
isVisible
public boolean isVisible()Is Debugger visible?- Returns:
- boolean
-
isActive
public boolean isActive()Is Debugger active?- Returns:
- boolean
-
run
public void run()Exit action.
-