![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, **args) | |
Public Attributes | |
| str | baseUrl = 'webapp' |
| list | pageList = [] |
| dict | pageAttributes = {} |
Class to store global configuration data for a tree of web pages. Data members are used to store information used by the framework, while the dict is intended to be used for application-specific configuration data.
Definition at line 249 of file WebPage.py.
| WebPage.GlobalConfiguration.__init__ | ( | self, | |
| ** | args ) |
Definition at line 254 of file WebPage.py.
| str WebPage.GlobalConfiguration.baseUrl = 'webapp' |
Definition at line 255 of file WebPage.py.
| dict WebPage.GlobalConfiguration.pageAttributes = {} |
Definition at line 257 of file WebPage.py.
| list WebPage.GlobalConfiguration.pageList = [] |
Definition at line 256 of file WebPage.py.