Class AlfrescoRhinoScriptDebugger

java.lang.Object
org.springframework.extensions.webscripts.ScriptDebugger
org.alfresco.repo.web.scripts.AlfrescoRhinoScriptDebugger
All Implemented Interfaces:
Runnable

public class AlfrescoRhinoScriptDebugger extends org.springframework.extensions.webscripts.ScriptDebugger
Alfresco implementation of Rhino JavaScript debugger Provides support for authenticated access to object inspection.
Author:
davidc
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     

    Nested classes/interfaces inherited from class org.springframework.extensions.webscripts.ScriptDebugger

    org.springframework.extensions.webscripts.ScriptDebugger.AlfrescoScopeProvider
  • Field Summary

    Fields inherited from class org.springframework.extensions.webscripts.ScriptDebugger

    dim
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
     
    protected void
     
    void
     

    Methods inherited from class org.springframework.extensions.webscripts.ScriptDebugger

    activate, hide, isActive, isVisible, run, setTitle, show

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AlfrescoRhinoScriptDebugger

      public AlfrescoRhinoScriptDebugger()
  • Method Details

    • initDebugger

      protected void initDebugger()
      Overrides:
      initDebugger in class org.springframework.extensions.webscripts.ScriptDebugger
    • start

      public void start()
      Overrides:
      start in class org.springframework.extensions.webscripts.ScriptDebugger
    • getTitle

      protected String getTitle()
      Overrides:
      getTitle in class org.springframework.extensions.webscripts.ScriptDebugger