ColdBox Platform Version 3.7.0

coldbox.system.web.config
Class DebuggerConfig

WEB-INF.cftags.component
        extended by coldbox.system.web.config.DebuggerConfig

public class DebuggerConfig
extends WEB-INF.cftags.component

I hold the ColdBox debugger configuration data.


Constructor Summary
init()
          constructor
 
Method Summary
 boolean getEnableDumpVar()
          Get enableDumpVar
 boolean getExpandedCachePanel()
          Get expandedCachePanel
 boolean getExpandedInfoPanel()
          Get expandedInfoPanel
 boolean getExpandedModulesPanel()
 boolean getExpandedRCPanel()
          Get expandedRCPanel
 boolean getExpandedTracerPanel()
          Get expandedTracerPanel
 numeric getMaxPersistentRequestProfilers()
          Get maxPersistentRequestProfilers
 numeric getMaxRCPanelQueryRows()
          Get maxRCPanelQueryRows
 struct getMemento()
          Get memento
 boolean getPersistentRequestProfiler()
          Get PersistentRequestProfiler
 boolean getShowCachePanel()
          Get showCachePanel
 boolean getShowInfoPanel()
          Get showInfoPanel
 boolean getShowRCPanel()
          Get showRCPanel
 boolean getShowRCSnapshots()
 boolean getShowTracerPanel()
          Get showTracerPanel
 boolean getshowModulesPanel()
 any populate(struct memento)
          Populate with a memento
 any setEnableDumpVar(boolean enableDumpVar)
          Set enableDumpVar
 any setExpandedCachePanel(boolean expandedCachePanel)
          Set expandedCachePanel
 any setExpandedInfoPanel(boolean expandedInfoPanel)
          Set expandedInfoPanel
 any setExpandedModulesPanel(boolean expandedModulesPanel)
 any setExpandedRCPanel(boolean expandedRCPanel)
          Set expandedRCPanel
 any setExpandedTracerPanel(boolean expandedTracerPanel)
          Set expandedTracerPanel
 any setMaxPersistentRequestProfilers(numeric maxPersistentRequestProfilers)
          Set maxPersistentRequestProfilers
 any setMaxRCPanelQueryRows(numeric maxRCPanelQueryRows)
          Set maxRCPanelQueryRows
 void setMemento(struct memento)
          Set memento
 any setPersistentRequestProfiler(boolean PersistentRequestProfiler)
          Set PersistentRequestProfiler
 any setShowCachePanel(boolean showCachePanel)
          Set showCachePanel
 any setShowInfoPanel(boolean showInfoPanel)
          Set showInfoPanel
 any setShowRCPanel(boolean showRCPanel)
          Set showRCPanel
 void setShowRCSnapshots(boolean showRCSnapshots)
 any setShowTracerPanel(boolean showTracerPanel)
          Set showTracerPanel
 any setshowModulesPanel(boolean showModulesPanel)
 
Methods inherited from class WEB-INF.cftags.component
 

Constructor Detail

init

public init()
constructor

Method Detail

getEnableDumpVar

public boolean getEnableDumpVar()
Get enableDumpVar


getExpandedCachePanel

public boolean getExpandedCachePanel()
Get expandedCachePanel


getExpandedInfoPanel

public boolean getExpandedInfoPanel()
Get expandedInfoPanel


getExpandedModulesPanel

public boolean getExpandedModulesPanel()


getExpandedRCPanel

public boolean getExpandedRCPanel()
Get expandedRCPanel


getExpandedTracerPanel

public boolean getExpandedTracerPanel()
Get expandedTracerPanel


getMaxPersistentRequestProfilers

public numeric getMaxPersistentRequestProfilers()
Get maxPersistentRequestProfilers


getMaxRCPanelQueryRows

public numeric getMaxRCPanelQueryRows()
Get maxRCPanelQueryRows


getMemento

public struct getMemento()
Get memento


getPersistentRequestProfiler

public boolean getPersistentRequestProfiler()
Get PersistentRequestProfiler


getShowCachePanel

public boolean getShowCachePanel()
Get showCachePanel


getShowInfoPanel

public boolean getShowInfoPanel()
Get showInfoPanel


getShowRCPanel

public boolean getShowRCPanel()
Get showRCPanel


getShowRCSnapshots

public boolean getShowRCSnapshots()


getShowTracerPanel

public boolean getShowTracerPanel()
Get showTracerPanel


getshowModulesPanel

public boolean getshowModulesPanel()


populate

public any populate(struct memento)
Populate with a memento

Parameters:
memento - The structure to populate the object with.

setEnableDumpVar

public any setEnableDumpVar(boolean enableDumpVar)
Set enableDumpVar

Parameters:
enableDumpVar

setExpandedCachePanel

public any setExpandedCachePanel(boolean expandedCachePanel)
Set expandedCachePanel

Parameters:
expandedCachePanel

setExpandedInfoPanel

public any setExpandedInfoPanel(boolean expandedInfoPanel)
Set expandedInfoPanel

Parameters:
expandedInfoPanel

setExpandedModulesPanel

public any setExpandedModulesPanel(boolean expandedModulesPanel)

Parameters:
expandedModulesPanel

setExpandedRCPanel

public any setExpandedRCPanel(boolean expandedRCPanel)
Set expandedRCPanel

Parameters:
expandedRCPanel

setExpandedTracerPanel

public any setExpandedTracerPanel(boolean expandedTracerPanel)
Set expandedTracerPanel

Parameters:
expandedTracerPanel

setMaxPersistentRequestProfilers

public any setMaxPersistentRequestProfilers(numeric maxPersistentRequestProfilers)
Set maxPersistentRequestProfilers

Parameters:
maxPersistentRequestProfilers

setMaxRCPanelQueryRows

public any setMaxRCPanelQueryRows(numeric maxRCPanelQueryRows)
Set maxRCPanelQueryRows

Parameters:
maxRCPanelQueryRows

setMemento

public void setMemento(struct memento)
Set memento

Parameters:
memento

setPersistentRequestProfiler

public any setPersistentRequestProfiler(boolean PersistentRequestProfiler)
Set PersistentRequestProfiler

Parameters:
PersistentRequestProfiler

setShowCachePanel

public any setShowCachePanel(boolean showCachePanel)
Set showCachePanel

Parameters:
showCachePanel

setShowInfoPanel

public any setShowInfoPanel(boolean showInfoPanel)
Set showInfoPanel

Parameters:
showInfoPanel

setShowRCPanel

public any setShowRCPanel(boolean showRCPanel)
Set showRCPanel

Parameters:
showRCPanel

setShowRCSnapshots

public void setShowRCSnapshots(boolean showRCSnapshots)

Parameters:
showRCSnapshots

setShowTracerPanel

public any setShowTracerPanel(boolean showTracerPanel)
Set showTracerPanel

Parameters:
showTracerPanel

setshowModulesPanel

public any setshowModulesPanel(boolean showModulesPanel)

Parameters:
showModulesPanel

ColdBox Platform Version 3.7.0