|
ColdBox Platform Version 2.6.4 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
coldbox.system.web.loader.AbstractApplicationLoader
coldbox.system.web.loader.XMLApplicationLoader
public class XMLApplicationLoader
Loads a coldbox xml configuration file
| Constructor Summary | |
|---|---|
init(any controller='')
constructor |
|
| Method Summary | |
|---|---|
private void |
debugPanelAttributeInsert(struct Config, string Panel, any PanelXML)
Insert a key into a panel attribute |
string |
getJSONRegex()
Get the json regex string |
JSON |
getJSONUtil()
Create and return a util object for JSON |
void |
loadConfiguration([string overrideAppMapping=''])
Parse the application configuration file |
void |
parseBugTracers(any xml, struct config, [boolean isOverride='false'])
Parse bug emails |
void |
parseCacheSettings(any xml, struct config, [boolean isOverride='false'])
Parse Cache Settings |
void |
parseColdboxSettings(any xml, struct config, [string overrideAppMapping=''])
Parse ColdBox Settings |
void |
parseConventions(any xml, struct config)
Parse Conventions |
void |
parseDatasources(any xml, struct config, [boolean isOverride='false'])
Parse Datsources |
void |
parseDebuggerSettings(any xml, struct config, [boolean isOverride='false'])
Parse Debugger Settings |
void |
parseExternalLocations(any xml, struct config)
Parse External locations |
void |
parseIOC(any xml, struct config, [boolean isOverride='false'])
Parse IOC Integration |
void |
parseInterceptors(any xml, struct config, [boolean isOverride='false'])
Parse Interceptors |
void |
parseInvocationPaths(any xml, struct config)
Parse Invocation paths |
void |
parseLayoutsViews(any xml, struct config)
Parse Layouts And Views |
void |
parseLocalization(any xml, struct config, [boolean isOverride='false'])
Parse localization |
void |
parseLogBox(any xml, struct config, [boolean isOverride='false'])
Parse LogBox |
void |
parseMailSettings(any xml, struct config, [boolean isOverride='false'])
Parse Mail Settings |
void |
parseModels(any xml, struct config, [boolean isOverride='false'])
Parse Models |
void |
parseModules(any xml, struct config, [boolean isOverride='false'])
Parse Module Settings |
void |
parseWebservices(any xml, struct config, [boolean isOverride='false'])
Parse webservices |
void |
parseYourSettings(any xml, 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 debugPanelAttributeInsert(struct Config, string Panel, any PanelXML)
Config - Panel - PanelXML - public string getJSONRegex()
public JSON getJSONUtil()
public void loadConfiguration([string overrideAppMapping=''])
loadConfiguration
in class
AbstractApplicationLoader
overrideAppMapping - Only used for unit testing or reparsing of a specific coldbox config file.public void parseBugTracers(any xml, struct config, [boolean isOverride='false'])
xml - The xml objectconfig - The config structisOverride - Flag to denote if overriding or first time runner.public void parseCacheSettings(any xml, struct config, [boolean isOverride='false'])
xml - The xml objectconfig - The config structisOverride - Flag to denote if overriding or first time runner.public void parseColdboxSettings(any xml, struct config, [string overrideAppMapping=''])
xml - The xml objectconfig - The config structoverrideAppMapping - Only used for unit testing or reparsing of a specific coldbox config file.public void parseConventions(any xml, struct config)
xml - The xml objectconfig - The config structpublic void parseDatasources(any xml, struct config, [boolean isOverride='false'])
xml - The xml objectconfig - The config structisOverride - Flag to denote if overriding or first time runner.public void parseDebuggerSettings(any xml, struct config, [boolean isOverride='false'])
xml - The xml objectconfig - The config structisOverride - Flag to denote if overriding or first time runner.public void parseExternalLocations(any xml, struct config)
xml - The xml objectconfig - The config structpublic void parseIOC(any xml, struct config, [boolean isOverride='false'])
xml - The xml objectconfig - The config structisOverride - Flag to denote if overriding or first time runner.public void parseInterceptors(any xml, struct config, [boolean isOverride='false'])
xml - The xml objectconfig - The config structisOverride - Flag to denote if overriding or first time runner.public void parseInvocationPaths(any xml, struct config)
xml - The xml objectconfig - The config structpublic void parseLayoutsViews(any xml, struct config)
xml - The xml objectconfig - The config structpublic void parseLocalization(any xml, struct config, [boolean isOverride='false'])
xml - The xml objectconfig - The config structisOverride - Flag to denote if overriding or first time runner.public void parseLogBox(any xml, struct config, [boolean isOverride='false'])
xml - The xml objectconfig - The config structisOverride - Flag to denote if overriding or first time runner.public void parseMailSettings(any xml, struct config, [boolean isOverride='false'])
xml - The xml objectconfig - The config structisOverride - Flag to denote if overriding or first time runner.public void parseModels(any xml, struct config, [boolean isOverride='false'])
xml - The xml objectconfig - The config structisOverride - Flag to denote if overriding or first time runner.public void parseModules(any xml, struct config, [boolean isOverride='false'])
xml - The xml objectconfig - The config structisOverride - Flag to denote if overriding or first time runner.public void parseWebservices(any xml, struct config, [boolean isOverride='false'])
xml - The xml objectconfig - The config structisOverride - Flag to denote if overriding or first time runner.public void parseYourSettings(any xml, struct config)
xml - The xml objectconfig - The config struct
|
ColdBox Platform Version 2.6.4 | ||||
| FRAMES | |||||