#include <httpform.h>
Inheritance diagram for PHTTPConfigSectionList:

Public Member Functions | |
| PHTTPConfigSectionList (const PURL &url, const PHTTPAuthority &auth, const PString §ionPrefix, const PString &additionalValueName, const PURL &editSection, const PURL &newSection, const PString &newSectionTitle, PHTML &heading) | |
| virtual void | OnLoadedText (PHTTPRequest &request, PString &text) |
| virtual BOOL | Post (PHTTPRequest &request, const PStringToString &data, PHTML &replyMessage) |
Protected Attributes | |
| PString | sectionPrefix |
| PString | additionalValueName |
| PString | newSectionLink |
| PString | newSectionTitle |
| PString | editSectionLink |
| PHTTPConfigSectionList::PHTTPConfigSectionList | ( | const PURL & | url, | |
| const PHTTPAuthority & | auth, | |||
| const PString & | sectionPrefix, | |||
| const PString & | additionalValueName, | |||
| const PURL & | editSection, | |||
| const PURL & | newSection, | |||
| const PString & | newSectionTitle, | |||
| PHTML & | heading | |||
| ) |
| virtual void PHTTPConfigSectionList::OnLoadedText | ( | PHTTPRequest & | request, | |
| PString & | text | |||
| ) | [virtual] |
| request | Information on this request. |
| text | Data used in reply. |
Reimplemented in PConfigSectionsPage.
| virtual BOOL PHTTPConfigSectionList::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 in PConfigSectionsPage.
PString PHTTPConfigSectionList::sectionPrefix [protected] |
PString PHTTPConfigSectionList::additionalValueName [protected] |
PString PHTTPConfigSectionList::newSectionLink [protected] |
PString PHTTPConfigSectionList::newSectionTitle [protected] |
PString PHTTPConfigSectionList::editSectionLink [protected] |
1.5.1