|
ColdBox Platform Version 2.6.4 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
coldbox.system.web.loader.AbstractApplicationLoader
coldbox.system.web.loader.CFCApplicationLoader
public class CFCApplicationLoader
Loads a coldbox xml configuration file
| Constructor Summary | |
|---|---|
init(any controller='')
constructor |
|
| Method Summary | |
|---|---|
private void |
detectEnvironment(any oConfig, struct config)
Detect the running environment and return the name |
private void |
invoker(any oConfig, string method)
|
void |
loadConfiguration([string overrideAppMapping=''])
Parse the application configuration file |
void |
parseBugTracers(any oConfig, struct config)
Parse bug emails |
void |
parseCacheSettings(any oConfig, struct config)
Parse Cache Settings |
void |
parseColdboxSettings(any oConfig, struct config, [string overrideAppMapping=''])
Parse ColdBox Settings |
void |
parseConventions(any oConfig, struct config)
Parse Conventions |
void |
parseDatasources(any oConfig, struct config)
Parse Datsources |
void |
parseDebuggerSettings(any oConfig, struct config)
Parse Debugger Settings |
void |
parseExternalLocations(any oConfig, struct config)
Parse External locations |
void |
parseIOC(any oConfig, struct config)
Parse IOC Integration |
void |
parseInterceptors(any oConfig, struct config)
Parse Interceptors |
void |
parseInvocationPaths(any oConfig, struct config)
Parse Invocation paths |
void |
parseLayoutsViews(any oConfig, struct config)
Parse Layouts And Views |
void |
parseLocalization(any oConfig, struct config)
Parse localization |
void |
parseLogBox(any oConfig, struct config, string configHash)
Parse LogBox |
void |
parseMailSettings(any oConfig, struct config)
Parse Mail Settings |
void |
parseModels(any oConfig, struct config)
Parse Models |
void |
parseModules(any oConfig, struct config)
Parse Module Settings |
void |
parseWebservices(any oConfig, struct config)
Parse webservices |
void |
parseYourSettings(any oConfig, struct config)
Parse Your Settings |
| 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 |
|---|
private void detectEnvironment(any oConfig, struct config)
oConfig - The config objectconfig - The config structprivate void invoker(any oConfig, string method)
oConfig - The config objectmethod - Name of the method to callpublic void loadConfiguration([string overrideAppMapping=''])
loadConfiguration
in class
AbstractApplicationLoader
overrideAppMapping - The direct location of the application in the web server.public void parseBugTracers(any oConfig, struct config)
oConfig - The config objectconfig - The config structpublic void parseCacheSettings(any oConfig, struct config)
oConfig - The config objectconfig - The config structpublic void parseColdboxSettings(any oConfig, struct config, [string overrideAppMapping=''])
oConfig - The config objectconfig - The config structoverrideAppMapping - The direct location of the application in the web server.public void parseConventions(any oConfig, struct config)
oConfig - The config objectconfig - The config structpublic void parseDatasources(any oConfig, struct config)
oConfig - The config objectconfig - The config structpublic void parseDebuggerSettings(any oConfig, struct config)
oConfig - The config objectconfig - The config structpublic void parseExternalLocations(any oConfig, struct config)
oConfig - The config objectconfig - The config structpublic void parseIOC(any oConfig, struct config)
oConfig - The config objectconfig - The config structpublic void parseInterceptors(any oConfig, struct config)
oConfig - The config objectconfig - The config structpublic void parseInvocationPaths(any oConfig, struct config)
oConfig - The config objectconfig - The config structpublic void parseLayoutsViews(any oConfig, struct config)
oConfig - The config objectconfig - The config structpublic void parseLocalization(any oConfig, struct config)
oConfig - The config objectconfig - The config structpublic void parseLogBox(any oConfig, struct config, string configHash)
oConfig - The config objectconfig - The config structconfigHash - The initial logBox config hashpublic void parseMailSettings(any oConfig, struct config)
oConfig - The config objectconfig - The config structpublic void parseModels(any oConfig, struct config)
oConfig - The config objectconfig - The config structpublic void parseModules(any oConfig, struct config)
oConfig - The config objectconfig - The config structpublic void parseWebservices(any oConfig, struct config)
oConfig - The config objectconfig - The config structpublic void parseYourSettings(any oConfig, struct config)
oConfig - The config objectconfig - The config struct
|
ColdBox Platform Version 2.6.4 | ||||
| FRAMES | |||||