#include <httpsvc.h>
Inheritance diagram for PRegisterPage:
Public Member Functions | |
PRegisterPage (PHTTPServiceProcess &app, const PHTTPAuthority &auth) | |
PString | LoadText (PHTTPRequest &request) |
void | OnLoadedText (PHTTPRequest &request, PString &text) |
virtual PBoolean | Post (PHTTPRequest &request, const PStringToString &data, PHTML &replyMessage) |
virtual void | AddFields (const PString &prefix)=0 |
Protected Attributes | |
PHTTPServiceProcess & | process |
PRegisterPage::PRegisterPage | ( | PHTTPServiceProcess & | app, | |
const PHTTPAuthority & | auth | |||
) |
virtual void PRegisterPage::AddFields | ( | const PString & | prefix | ) | [pure virtual] |
prefix | Prefix on field names |
PString PRegisterPage::LoadText | ( | PHTTPRequest & | request | ) |
request | Information on this request. |
void PRegisterPage::OnLoadedText | ( | PHTTPRequest & | request, | |
PString & | text | |||
) |
Reimplemented from PConfigPage.
virtual PBoolean PRegisterPage::Post | ( | PHTTPRequest & | request, | |
const PStringToString & | data, | |||
PHTML & | replyMessage | |||
) | [virtual] |
request | Information on this request. |
data | Variables in the POST data. |
replyMessage | Reply message for post. |
Reimplemented from PConfigPage.
PHTTPServiceProcess& PRegisterPage::process [protected] |
Reimplemented from PConfigPage.