box.system.web.loader.concurrent.Callable interface">
|
ColdBox Platform Version 3.1.0 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
coldbox.system.web.loader.AbstractApplicationLoader
public class AbstractApplicationLoader
Abstract coldbox application loader
| Constructor Summary | |
|---|---|
init(any controller)
constructor |
|
| Method Summary | |
|---|---|
void |
calculateAppMapping(any configStruct)
Calculate the AppMapping |
string |
getAppMappingAsDots(any appMapping)
Get the App Mapping as Dots |
any |
getColdboxSettings()
Get the coldbox settings |
private any |
getController()
Get the controller |
any |
getUtil()
Create and return a util object |
void |
loadApplicationPaths(any configStruct, [any overrideAppMapping=''])
Load application paths according to override |
any |
loadCacheBoxByConvention(any config)
Basically get the right config file to load in place |
void |
loadConfiguration([any overrideAppMapping=''])
Parse the application configuration file |
void |
loadLogBoxByConvention(any logBoxConfig, any config)
Load logBox by convention |
void |
loadLogBoxByFile(any logBoxConfig, any filePath)
Load logBox by file |
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init(any controller)
controller - The coldbox application to load the settings into| Method Detail |
|---|
public void calculateAppMapping(any configStruct)
configStruct - The config structpublic string getAppMappingAsDots(any appMapping)
appMappingpublic any getColdboxSettings()
private any getController()
public any getUtil()
public void loadApplicationPaths(any configStruct, [any overrideAppMapping=''])
configStruct - The configuration structureoverrideAppMapping - Only used for unit testing or reparsing of a specific coldbox config file.public any loadCacheBoxByConvention(any config)
configpublic void loadConfiguration([any overrideAppMapping=''])
overrideAppMapping - Only used for unit testing or reparsing of a specific coldbox config file.public void loadLogBoxByConvention(any logBoxConfig, any config)
logBoxConfigconfigpublic void loadLogBoxByFile(any logBoxConfig, any filePath)
logBoxConfigfilePath
|
ColdBox Platform Version 3.1.0 | ||||
| FRAMES | |||||