|
ColdBox Platform v3.8.0 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.system.web.config.DebuggerConfig
public class DebuggerConfig
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 |
---|
None
|
Constructor Detail |
---|
public init()
Method Detail |
---|
public boolean getEnableDumpVar()
public boolean getExpandedCachePanel()
public boolean getExpandedInfoPanel()
public boolean getExpandedModulesPanel()
public boolean getExpandedRCPanel()
public boolean getExpandedTracerPanel()
public numeric getMaxPersistentRequestProfilers()
public numeric getMaxRCPanelQueryRows()
public struct getMemento()
public boolean getPersistentRequestProfiler()
public boolean getShowCachePanel()
public boolean getShowInfoPanel()
public boolean getShowRCPanel()
public boolean getShowRCSnapshots()
public boolean getShowTracerPanel()
public boolean getshowModulesPanel()
public any populate(struct memento)
memento
- The structure to populate the object with.public any setEnableDumpVar(boolean enableDumpVar)
enableDumpVar
public any setExpandedCachePanel(boolean expandedCachePanel)
expandedCachePanel
public any setExpandedInfoPanel(boolean expandedInfoPanel)
expandedInfoPanel
public any setExpandedModulesPanel(boolean expandedModulesPanel)
expandedModulesPanel
public any setExpandedRCPanel(boolean expandedRCPanel)
expandedRCPanel
public any setExpandedTracerPanel(boolean expandedTracerPanel)
expandedTracerPanel
public any setMaxPersistentRequestProfilers(numeric maxPersistentRequestProfilers)
maxPersistentRequestProfilers
public any setMaxRCPanelQueryRows(numeric maxRCPanelQueryRows)
maxRCPanelQueryRows
public void setMemento(struct memento)
memento
public any setPersistentRequestProfiler(boolean PersistentRequestProfiler)
PersistentRequestProfiler
public any setShowCachePanel(boolean showCachePanel)
showCachePanel
public any setShowInfoPanel(boolean showInfoPanel)
showInfoPanel
public any setShowRCPanel(boolean showRCPanel)
showRCPanel
public void setShowRCSnapshots(boolean showRCSnapshots)
showRCSnapshots
public any setShowTracerPanel(boolean showTracerPanel)
showTracerPanel
public any setshowModulesPanel(boolean showModulesPanel)
showModulesPanel
|
ColdBox Platform v3.8.0 | ||||
FRAMES |