Class Config
Object
|
+--Config
- class
Config
This is Config class which represents the application configuration information.
It parses WEB-INF/config.xml file when web application starts up.
The config.xml file can be used to define the following aspects of TROIKA.ASP framework:
- Database Connection strings
- Logger configurations
- RequestContext mappings
- Command mappings
- Security constraints
Defined in Config.js
|
Constructor Summary |
Config(<String> xmlFile, <String> root)
Constructs a new instance of Config class.
|
|
Method Summary |
Config
|
init(<String> xmlFile, <String> root)
Initializes Config class, parsing the XML input file.
|
Config
Config(<String> xmlFile, <String> root)
Constructs a new instance of Config class.
Parameters:
xmlFile - The config XML file.
root - The root directory where config.xml resides.
init
Config init(<String> xmlFile, <String> root)
Initializes Config class, parsing the XML input file.
Parameters:
xmlFile - The config XML file.
root - The root directory where config.xml resides.
Returns:
XSLEngine object instance itself.
www.troika-asp.com
Documentation generated on Sun Jun 15 17:59:32 2008