00001 00006 #ifndef STATIC_H 00007 #define STATIC_H 00008 00009 #include <QString> 00010 #include "templatecache.h" 00011 #include "httpsessionstore.h" 00012 #include "staticfilecontroller.h" 00013 00018 class Static 00019 { 00020 public: 00021 00038 static QString getConfigFileName(); 00039 00046 static QString getConfigDir(); 00047 00049 static TemplateLoader* templateLoader; 00050 00052 static HttpSessionStore* sessionStore; 00053 00055 static StaticFileController* staticFileController; 00056 00057 private: 00058 00060 static QString configDir; 00061 00062 }; 00063 00064 #endif // STATIC_H