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

src/requestmapper.h

Go to the documentation of this file.
00001 
00006 #ifndef REQUESTMAPPER_H
00007 #define REQUESTMAPPER_H
00008 
00009 #include "httprequesthandler.h"
00010 
00016 class RequestMapper : public HttpRequestHandler {
00017     Q_OBJECT
00018     Q_DISABLE_COPY(RequestMapper)
00019 public:
00020 
00025     RequestMapper(QObject* parent=0);
00026 
00032     void service(HttpRequest& request, HttpResponse& response);
00033 
00034 };
00035 
00036 #endif // REQUESTMAPPER_H

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