|
Method Summary |
private void |
coldboxCommands(any cbController, any event)
Execute some coldbox commands
|
any |
getAppHash()
Get AppHash used in the cflocks
|
any |
getLockTimeout()
Get LockTimeout for inits
|
any |
isfwReinit()
Verify if we need to reboot the framework
|
void |
loadColdbox()
Load the framework, initialize it and execute application start procedures
|
private any |
locateAppKey()
Get COLDBOX_APP_KEY used in this application
|
void |
onApplicationEnd([struct appScope])
An onApplicationEnd method to use or call from your Application
|
boolean |
onApplicationStart()
An onApplicationStart method to use or call from your Application
|
boolean |
onMissingTemplate(any template)
I execute when a non-existing CFM page was requested
|
boolean |
onRequestStart(string targetPage)
|
void |
onSessionEnd(struct sessionScope, [struct appScope])
An onSessionEnd method to use or call from your Application
|
void |
onSessionStart()
An onSessionStart method to use or call from your Application
|
void |
processColdBoxRequest()
Process a Coldbox Request
|
void |
reloadChecks()
Reload checks and reload settings
|
private void |
renderDataSetup(any statusCode, any statusText, any contentType, any encoding)
Render data items
|
void |
setAppHash(any appHash)
Set AppHash used in the cflocks
|
void |
setCOLDBOX_APP_KEY(string COLDBOX_APP_KEY)
Set COLDBOX_APP_KEY
|
void |
setCOLDBOX_APP_MAPPING(string COLDBOX_APP_MAPPING)
Set COLDBOX_APP_MAPPING
|
void |
setCOLDBOX_APP_ROOT_PATH(string COLDBOX_APP_ROOT_PATH)
Set COLDBOX_APP_ROOT_PATH
|
void |
setCOLDBOX_CONFIG_FILE(string COLDBOX_CONFIG_FILE)
Set COLDBOX_CONFIG_FILE
|
void |
setLockTimeout(any lockTimeout)
Set LockTimeout
|