|
ColdBox Platform Version 2.6.3 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.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 WEB-INF.cftags.component |
---|
|
Method Detail |
---|
public void Configure()
Configure
in class
interceptor
public void afterAspectsLoad(requestContext event)
afterAspectsLoad
in class
interceptor
event
private string getCurrentURL()
private any getFileContent(string filePath, [boolean isBinary='false'])
filePath
isBinary
private boolean getIsRender(requestContext event)
event
private any getPropertyDefault(string propertyName)
propertyName
public string getRenderedSideBar(requestContext event)
event
private struct getSideBarDefaults()
public void onException(requestContext event)
onException
in class
interceptor
event
public void postRender(requestContext event)
postRender
in class
interceptor
event
public void preProcess(requestContext event)
preProcess
in class
interceptor
event
private void readSideBarXML()
private void setPropertyDefault(string propertyName, any propertyValue)
propertyName
propertyValue
|
ColdBox Platform Version 2.6.3 | ||||
FRAMES |