BASE PACKAGE: The config package holds the AppConfig definition. This represents your application configuration! AppConfig is the only class, but very important. It holds all parsed XML attributes from the appConfig.xml.



Classes
 ClassDescription
 AppConfig IMPORTANT FRAMEWORK CLASS: AppConfig is EXTREMELY important! Every configuration value that gets parsed via the startup-phase 1 has a representation here! You can reach this configuration globally as it is a singleton with AppConfig.getInstance() This class also defines default values as constants that are used automatically if appConfig.xml (default) doen't provide that information! ALL PUBLIC VARIABLES CAN BE USED WITH ITS SAME TAG IN THE CONFIGURATION XML!