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

src/controller/formcontroller.h

Go to the documentation of this file.
00001 
00006 #ifndef FORMCONTROLLER_H
00007 #define FORMCONTROLLER_H
00008 
00009 #include "httprequest.h"
00010 #include "httpresponse.h"
00011 #include "httprequesthandler.h"
00012 
00018 class FormController : public HttpRequestHandler {
00019     Q_OBJECT
00020     Q_DISABLE_COPY(FormController);
00021 public:
00022 
00024     FormController();
00025 
00027     void service(HttpRequest& request, HttpResponse& response);
00028 };
00029 
00030 #endif // FORMCONTROLLER_H

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