lucee.Component
coldbox.system.web.config.ApplicationLoader
Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.ortussolutions.com --- This service loads all application configuration from conventions or a ColdBox.cfc
| Constructor Summary | |
|---|---|
|
init(any controller)
Constructor. |
|
| Method Summary | |
|---|---|
any
|
calculateAppMapping(any configStruct)
Calculate the AppMapping. |
private any
|
detectEnvironment(any oConfig, any config)
Detect the running environment and return the name. |
private any
|
getAppMappingAsDots(any appMapping)
Get the App Mapping as Dots. |
private any
|
loadCacheBoxByConvention(any config)
Basically get the right config file to load in place. |
ApplicationLoader
|
loadConfiguration([string overrideAppMapping=''])
Parse the application configuration file. |
private any
|
loadLogBoxByConvention(any logBoxConfig, any config)
Load LogBox by convention. |
private any
|
loadLogBoxByFile(any logBoxConfig, any filePath)
Load LogBox by file. |
any
|
parseCacheBox(any oConfig, any config)
Parse cachebox. |
any
|
parseColdboxSettings(any oConfig, any config, [any overrideAppMapping=''])
Parse ColdBox Settings. |
any
|
parseConventions(any oConfig, any config)
Parse Your Conventions. |
any
|
parseExternalLocations(any oConfig, any config)
Parse external locations. |
any
|
parseFlashScope(any oConfig, any config)
Parse Flash Scope. |
any
|
parseInterceptors(any oConfig, any config)
Parse interceptors. |
any
|
parseInvocationPaths(any oConfig, any config)
Parse invocation paths. |
any
|
parseLayoutsViews(any oConfig, any config)
Parse layouts and views. |
any
|
parseLogBox(any oConfig, any config, any configHash)
Parse LogBox. |
any
|
parseModules(any oConfig, any config)
Parse Modules. |
any
|
parseWireBox(any oConfig, any config)
Parse WireBox. |
any
|
parseYourSettings(any oConfig, any config)
Parse Your Settings. |
| Methods inherited from class lucee.Component |
|---|
| None |
| Constructor Detail |
|---|
Constructor
controller| Method Detail |
|---|
Calculate the AppMapping
configStructDetect the running environment and return the name
oConfigconfigGet the App Mapping as Dots
appMappingBasically get the right config file to load in place
configParse the application configuration file
overrideAppMapping - The direct location of the application in the web server.Load LogBox by convention
logBoxConfigconfigLoad LogBox by file
logBoxConfigfilePathParse cachebox
oConfigconfigParse ColdBox Settings
oConfigconfigoverrideAppMappingParse Your Conventions
oConfigconfigParse external locations
oConfigconfigParse Flash Scope
oConfigconfigParse interceptors
oConfigconfigParse invocation paths
oConfigconfigParse layouts and views
oConfigconfigParse LogBox
oConfigconfigconfigHashParse Modules
oConfigconfigParse WireBox
oConfigconfigParse Your Settings
oConfigconfig