#include <httpsvc.h>
Public Member Functions | |
PConfigSectionsPage (PHTTPServiceProcess &app, const PURL &url, const PHTTPAuthority &auth, const PString &prefix, const PString &valueName, const PURL &editSection, const PURL &newSection, const PString &newTitle, PHTML &heading) | |
void | OnLoadedText (PHTTPRequest &, PString &text) |
PBoolean | OnPOST (PHTTPServer &server, const PURL &url, const PMIMEInfo &info, const PStringToString &data, const PHTTPConnectionInfo &connectInfo) |
virtual PBoolean | Post (PHTTPRequest &request, const PStringToString &data, PHTML &replyMessage) |
Protected Member Functions | |
virtual PBoolean | GetExpirationDate (PTime &when) |
Protected Attributes | |
PHTTPServiceProcess & | process |
PConfigSectionsPage::PConfigSectionsPage | ( | PHTTPServiceProcess & | app, | |
const PURL & | url, | |||
const PHTTPAuthority & | auth, | |||
const PString & | prefix, | |||
const PString & | valueName, | |||
const PURL & | editSection, | |||
const PURL & | newSection, | |||
const PString & | newTitle, | |||
PHTML & | heading | |||
) |
void PConfigSectionsPage::OnLoadedText | ( | PHTTPRequest & | , | |
PString & | text | |||
) |
PBoolean PConfigSectionsPage::OnPOST | ( | PHTTPServer & | server, | |
const PURL & | url, | |||
const PMIMEInfo & | info, | |||
const PStringToString & | data, | |||
const PHTTPConnectionInfo & | connectInfo | |||
) |
virtual PBoolean PConfigSectionsPage::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. |
when | Time that the resource expires |
PHTTPServiceProcess& PConfigSectionsPage::process [protected] |