#include <httpsvc.h>
Inheritance diagram for PConfigPage:
Public Member Functions | |
PConfigPage (PHTTPServiceProcess &app, const PString §ion, const PHTTPAuthority &auth) | |
PConfigPage (PHTTPServiceProcess &app, const PString &title, const PString §ion, const PHTTPAuthority &auth) | |
void | OnLoadedText (PHTTPRequest &, PString &text) |
BOOL | OnPOST (PHTTPServer &server, const PURL &url, const PMIMEInfo &info, const PStringToString &data, const PHTTPConnectionInfo &connectInfo) |
virtual BOOL | Post (PHTTPRequest &request, const PStringToString &data, PHTML &replyMessage) |
Protected Member Functions | |
virtual BOOL | GetExpirationDate (PTime &when) |
Protected Attributes | |
PHTTPServiceProcess & | process |
PConfigPage::PConfigPage | ( | PHTTPServiceProcess & | app, | |
const PString & | section, | |||
const PHTTPAuthority & | auth | |||
) |
PConfigPage::PConfigPage | ( | PHTTPServiceProcess & | app, | |
const PString & | title, | |||
const PString & | section, | |||
const PHTTPAuthority & | auth | |||
) |
void PConfigPage::OnLoadedText | ( | PHTTPRequest & | , | |
PString & | text | |||
) | [virtual] |
BOOL PConfigPage::OnPOST | ( | PHTTPServer & | server, | |
const PURL & | url, | |||
const PMIMEInfo & | info, | |||
const PStringToString & | data, | |||
const PHTTPConnectionInfo & | connectInfo | |||
) |
virtual BOOL PConfigPage::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 PHTTPConfig.
Reimplemented in PRegisterPage.
virtual BOOL PConfigPage::GetExpirationDate | ( | PTime & | when | ) | [protected, virtual] |
when | Time that the resource expires |
PHTTPServiceProcess& PConfigPage::process [protected] |
Reimplemented in PRegisterPage.