| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/qt3/httpserver/queryurl.h>
Public Member Functions | |
| QueryUrl (const QString &url) | |
| virtual void | setQuery (const QString &txt) |
| QString | decodedQuery () const |
| Provides an decoded query() (eg. " " instead of "%20"). | |
| QMap< QString, QString > | parameters () const |
| The paramters are already decoded (eg. " " instead of "%20"). | |
| QString | actionDir () const |
| The directory (without the filename=action) in decoded form (eg. " " instead of "%20"). | |
| QString | action () const |
| The action (aka filename) in decoded form (eg. " " instead of "%20"). | |
| VRS::QueryUrl::QueryUrl | ( | const QString & | url | ) |
| virtual void VRS::QueryUrl::setQuery | ( | const QString & | txt | ) | [virtual] |
| QString VRS::QueryUrl::decodedQuery | ( | ) | const |
Provides an decoded query() (eg. " " instead of "%20").
Please use this method instead of query() because it correctly handles empty strings.
| QMap<QString, QString> VRS::QueryUrl::parameters | ( | ) | const |
The paramters are already decoded (eg. " " instead of "%20").
| QString VRS::QueryUrl::actionDir | ( | ) | const |
The directory (without the filename=action) in decoded form (eg. " " instead of "%20").
| QString VRS::QueryUrl::action | ( | ) | const |
The action (aka filename) in decoded form (eg. " " instead of "%20").