|
ColdBox Platform Version 2.6.4 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
coldbox.system.beans.DebuggerConfig
public class DebuggerConfig
I hold a 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 |
getShowTracerPanel()
Get showTracerPanel |
boolean |
getshowModulesPanel()
|
any |
populate(struct memento)
Populate with a memento |
void |
setEnableDumpVar(boolean enableDumpVar)
Set enableDumpVar |
void |
setExpandedCachePanel(boolean expandedCachePanel)
Set expandedCachePanel |
void |
setExpandedInfoPanel(boolean expandedInfoPanel)
Set expandedInfoPanel |
void |
setExpandedModulesPanel(boolean expandedModulesPanel)
|
void |
setExpandedRCPanel(boolean expandedRCPanel)
Set expandedRCPanel |
void |
setExpandedTracerPanel(boolean expandedTracerPanel)
Set expandedTracerPanel |
void |
setMaxPersistentRequestProfilers(numeric maxPersistentRequestProfilers)
Set maxPersistentRequestProfilers |
void |
setMaxRCPanelQueryRows(numeric maxRCPanelQueryRows)
Set maxRCPanelQueryRows |
void |
setMemento(struct memento)
Set memento |
void |
setPersistentRequestProfiler(boolean PersistentRequestProfiler)
Set PersistentRequestProfiler |
void |
setShowCachePanel(boolean showCachePanel)
Set showCachePanel |
void |
setShowInfoPanel(boolean showInfoPanel)
Set showInfoPanel |
void |
setShowRCPanel(boolean showRCPanel)
Set showRCPanel |
void |
setShowTracerPanel(boolean showTracerPanel)
Set showTracerPanel |
void |
setshowModulesPanel(boolean showModulesPanel)
|
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| 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 getShowTracerPanel()
public boolean getshowModulesPanel()
public any populate(struct memento)
memento - The structure to populate the object with.public void setEnableDumpVar(boolean enableDumpVar)
enableDumpVarpublic void setExpandedCachePanel(boolean expandedCachePanel)
expandedCachePanelpublic void setExpandedInfoPanel(boolean expandedInfoPanel)
expandedInfoPanelpublic void setExpandedModulesPanel(boolean expandedModulesPanel)
expandedModulesPanelpublic void setExpandedRCPanel(boolean expandedRCPanel)
expandedRCPanelpublic void setExpandedTracerPanel(boolean expandedTracerPanel)
expandedTracerPanelpublic void setMaxPersistentRequestProfilers(numeric maxPersistentRequestProfilers)
maxPersistentRequestProfilerspublic void setMaxRCPanelQueryRows(numeric maxRCPanelQueryRows)
maxRCPanelQueryRowspublic void setMemento(struct memento)
mementopublic void setPersistentRequestProfiler(boolean PersistentRequestProfiler)
PersistentRequestProfilerpublic void setShowCachePanel(boolean showCachePanel)
showCachePanelpublic void setShowInfoPanel(boolean showInfoPanel)
showInfoPanelpublic void setShowRCPanel(boolean showRCPanel)
showRCPanelpublic void setShowTracerPanel(boolean showTracerPanel)
showTracerPanelpublic void setshowModulesPanel(boolean showModulesPanel)
showModulesPanel
|
ColdBox Platform Version 2.6.4 | ||||
| FRAMES | |||||