|
ColdBox Platform Version 2.6.4 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
coldbox.system.FrameworkSupertype
coldbox.system.Interceptor
coldbox.system.interceptors.ColdboxSideBar
public class ColdboxSideBar
The ColdBox Developer Side Bar
| Method Summary | |
|---|---|
void |
Configure()
This is the configuration method for your interceptors |
void |
afterAspectsLoad(RequestContext event)
|
private string |
getCurrentURL()
|
private any |
getFileContent(string filePath, [boolean isBinary='false'])
Read a file for its binary or content |
private boolean |
getIsRender(RequestContext event)
Checks if we can render the sidebar |
private any |
getPropertyDefault(string propertyName)
Get a property default |
string |
getRenderedSideBar(RequestContext event)
Render our beautiful sidebar |
private struct |
getSideBarDefaults()
Get the side bar defaults, lazy loaded |
void |
onException(RequestContext event)
|
void |
postRender(RequestContext event)
|
void |
preProcess(RequestContext event)
|
private void |
readSideBarXML()
Read the sidebar xml configuration file |
private void |
setPropertyDefault(string propertyName, any propertyValue)
Insert a property |
| Methods inherited from class coldbox.system.Interceptor |
|---|
appendToBuffer, clearBuffer, getBufferObject, getBufferString, getInterceptorService, getProperty, getproperties, init, propertyExists, setProperty, setproperties, unregister
|
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Method Detail |
|---|
public void Configure()
Configure
in class
Interceptor
public void afterAspectsLoad(RequestContext event)
eventprivate string getCurrentURL()
private any getFileContent(string filePath, [boolean isBinary='false'])
filePathisBinaryprivate boolean getIsRender(RequestContext event)
eventprivate any getPropertyDefault(string propertyName)
propertyNamepublic string getRenderedSideBar(RequestContext event)
eventprivate struct getSideBarDefaults()
public void onException(RequestContext event)
eventpublic void postRender(RequestContext event)
eventpublic void preProcess(RequestContext event)
eventprivate void readSideBarXML()
private void setPropertyDefault(string propertyName, any propertyValue)
propertyNamepropertyValue
|
ColdBox Platform Version 2.6.4 | ||||
| FRAMES | |||||