|
ColdBox Platform Version 2.6.3 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.system.frameworkSupertype
coldbox.system.plugin
coldbox.system.plugins.XMLParser
public class XMLParser
This is the XML Parser plugin for the framework. It takes care of any XML parsing for the framework's usage.
Constructor Summary | |
---|---|
init(any controller)
Constructor |
Method Summary | |
---|---|
private void |
debugPanelAttributeInsert(struct Config, string Panel, any PanelXML)
Insert a key into a panel attribute |
private string |
getAbsolutePath(string path)
Turn any system path, either relative or absolute, into a fully qualified one |
struct |
loadFramework([string overrideConfigFile=''])
Load the framework's configuration xml. |
struct |
parseConfig([string overrideAppMapping=''])
Parse the application configuration file. |
private string |
readFile(String FileToRead)
Facade to Read a file's content |
Methods inherited from class coldbox.system.plugin |
---|
getPluginDescription, getPluginName, getPluginVersion, getpluginPath, setPluginDescription, setPluginName, setPluginVersion
|
Methods inherited from class WEB-INF.cftags.component |
---|
|
Constructor Detail |
---|
public init(any controller)
Method Detail |
---|
private void debugPanelAttributeInsert(struct Config, string Panel, any PanelXML)
Config
- Panel
- PanelXML
- private string getAbsolutePath(string path)
path
- Abstract pathnamepublic struct loadFramework([string overrideConfigFile=''])
overrideConfigFile
- Only used for unit testing or reparsing of a specific coldbox config file.public struct parseConfig([string overrideAppMapping=''])
overrideAppMapping
- Only used for unit testing or reparsing of a specific coldbox config file.private string readFile(String FileToRead)
FileToRead
- The absolute path to the file.
|
ColdBox Platform Version 2.6.3 | ||||
FRAMES |