|
ColdBox Platform Version 2.6.3 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.system.beans.debuggerConfigBean
public class debuggerConfigBean
I hold a coldbox debugger configuration data.
Constructor Summary | |
---|---|
init()
constructor |
Method Summary | |
---|---|
boolean |
getPersistentRequestProfiler()
Get PersistentRequestProfiler |
boolean |
getexpandedCachePanel()
Get expandedCachePanel |
boolean |
getexpandedInfoPanel()
Get expandedInfoPanel |
boolean |
getexpandedRCPanel()
Get expandedRCPanel |
boolean |
getexpandedTracerPanel()
Get expandedTracerPanel |
numeric |
getmaxPersistentRequestProfilers()
Get maxPersistentRequestProfilers |
numeric |
getmaxRCPanelQueryRows()
Get maxRCPanelQueryRows |
struct |
getmemento()
Get memento |
boolean |
getshowCachePanel()
Get showCachePanel |
boolean |
getshowInfoPanel()
Get showInfoPanel |
boolean |
getshowRCPanel()
Get showRCPanel |
boolean |
getshowTracerPanel()
Get showTracerPanel |
void |
populate(struct memento)
Populate with a memento |
void |
setPersistentRequestProfiler(boolean PersistentRequestProfiler)
Set PersistentRequestProfiler |
void |
setexpandedCachePanel(boolean expandedCachePanel)
Set expandedCachePanel |
void |
setexpandedInfoPanel(boolean expandedInfoPanel)
Set expandedInfoPanel |
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 |
setshowCachePanel(boolean showCachePanel)
Set showCachePanel |
void |
setshowInfoPanel(boolean showInfoPanel)
Set showInfoPanel |
void |
setshowRCPanel(boolean showRCPanel)
Set showRCPanel |
void |
setshowTracerPanel(boolean showTracerPanel)
Set showTracerPanel |
Methods inherited from class WEB-INF.cftags.component |
---|
|
Constructor Detail |
---|
public init()
Method Detail |
---|
public boolean getPersistentRequestProfiler()
public boolean getexpandedCachePanel()
public boolean getexpandedInfoPanel()
public boolean getexpandedRCPanel()
public boolean getexpandedTracerPanel()
public numeric getmaxPersistentRequestProfilers()
public numeric getmaxRCPanelQueryRows()
public struct getmemento()
public boolean getshowCachePanel()
public boolean getshowInfoPanel()
public boolean getshowRCPanel()
public boolean getshowTracerPanel()
public void populate(struct memento)
memento
- The structure to populate the object with.public void setPersistentRequestProfiler(boolean PersistentRequestProfiler)
PersistentRequestProfiler
public void setexpandedCachePanel(boolean expandedCachePanel)
expandedCachePanel
public void setexpandedInfoPanel(boolean expandedInfoPanel)
expandedInfoPanel
public void setexpandedRCPanel(boolean expandedRCPanel)
expandedRCPanel
public void setexpandedTracerPanel(boolean expandedTracerPanel)
expandedTracerPanel
public void setmaxPersistentRequestProfilers(numeric maxPersistentRequestProfilers)
maxPersistentRequestProfilers
public void setmaxRCPanelQueryRows(numeric maxRCPanelQueryRows)
maxRCPanelQueryRows
public void setmemento(struct memento)
memento
public void setshowCachePanel(boolean showCachePanel)
showCachePanel
public void setshowInfoPanel(boolean showInfoPanel)
showInfoPanel
public void setshowRCPanel(boolean showRCPanel)
showRCPanel
public void setshowTracerPanel(boolean showTracerPanel)
showTracerPanel
|
ColdBox Platform Version 2.6.3 | ||||
FRAMES |