• Main Page
  • Classes
  • Files
  • File List
  • File Members

src/static.h

Go to the documentation of this file.
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

Generated on Mon Dec 26 2011 12:09:22 for QtWebApp by  doxygen 1.7.1