|
ColdBox Platform Version 3.7.0 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.system.mvc.core.ApplicationLoader
public class ApplicationLoader
******************************************************************************* Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.coldbox.org | www.luismajano.com | www.ortussolutions.com ******************************************************************************* Author : Luis Majano Description : Loads a coldbox CFC configuration file
Constructor Summary | |
---|---|
init(any controller)
*********************************** CONSTRUCTOR ******************************************** |
Method Summary | |
---|---|
any |
GETCONTROLLER()
|
void |
SETCONTROLLER(any controller)
|
any |
calculateAppMapping(any configStruct)
|
private any |
detectEnvironment(any oConfig, any config)
*********************************** PRIVATE ******************************************** |
private any |
getAppMappingAsDots(any appMapping)
|
any |
loadConfiguration([any overrideAppMapping=''])
Load a ColdBox Configuration File |
any |
parseColdboxSettings(any oConfig, any config, [any overrideAppMapping=''])
|
any |
parseInvocationPaths(any oConfig, any config)
|
any |
parseLayoutsViews(any oConfig, any config)
|
any |
parseWireBox(any oConfig, any config)
|
any |
parseYourSettings(any oConfig, any config)
|
Methods inherited from class WEB-INF.cftags.component |
---|
|
Constructor Detail |
---|
public init(any controller)
controller
Method Detail |
---|
public any GETCONTROLLER()
public void SETCONTROLLER(any controller)
controller
public any calculateAppMapping(any configStruct)
configStruct
private any detectEnvironment(any oConfig, any config)
oConfig
config
private any getAppMappingAsDots(any appMapping)
appMapping
public any loadConfiguration([any overrideAppMapping=''])
overrideAppMapping
- The direct location of the application in the web server.public any parseColdboxSettings(any oConfig, any config, [any overrideAppMapping=''])
oConfig
config
overrideAppMapping
public any parseInvocationPaths(any oConfig, any config)
oConfig
config
public any parseLayoutsViews(any oConfig, any config)
oConfig
config
public any parseWireBox(any oConfig, any config)
oConfig
config
public any parseYourSettings(any oConfig, any config)
oConfig
config
|
ColdBox Platform Version 3.7.0 | ||||
FRAMES |