QwuiParameters Class Reference
Parameters received from the client by the web server.
More...
#include <qwuiparameters.h>
List of all members.
Detailed Description
Parameters received from the client by the web server.
Constructor & Destructor Documentation
QwuiParameters::QwuiParameters |
( |
|
) |
|
QwuiParameters::~QwuiParameters |
( |
|
) |
[virtual] |
Member Function Documentation
void QwuiParameters::clear |
( |
|
) |
|
bool QwuiParameters::contains |
( |
const QString & |
key |
) |
const |
- Parameters:
-
- Returns:
- true if the URL had a parameter named key
QString QwuiParameters::get |
( |
const QString & |
key |
) |
const |
- Parameters:
-
- Returns:
- the value corresponding to the GET parameter key or QString::null
void QwuiParameters::init |
( |
const QHttpRequestHeader & |
header, |
|
|
const QString & |
postContent = QString::null | |
|
) |
| | |
Initializes the instance.
- Parameters:
-
| header | HTTP request header |
| postContent | HTTP post content. |
QString QwuiParameters::operator[] |
( |
const QString & |
key |
) |
const |
- Parameters:
-
- Returns:
- the value corresponding to key or QString::null
QString QwuiParameters::post |
( |
const QString & |
key |
) |
const |
- Parameters:
-
- Returns:
- the value corresponding to the POST parameter key or QString::null
QString QwuiParameters::postContent |
( |
|
) |
const |
- Returns:
- the content of the POST data.
QDomElement QwuiParameters::xmlElement |
( |
|
) |
const |
- Returns:
- XML data corresponding to the content of this instance
Member Data Documentation
The documentation for this class was generated from the following files: