#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 |
|
||||||||||||||||||||||||||||||||||||
|
|
|
||||||||||||
|
This is called after the text has been loaded and may be used to customise or otherwise mangle a loaded piece of text. Typically this is used with HTML responses. The default action for this function is to do nothing. Reimplemented from PHTTPResource. Reimplemented in PConfigSectionsPage. |
|
||||||||||||||||
|
Get a block of data (eg HTML) that the resource contains. The default action for this function is to do nothing and return success.
Reimplemented from PHTTPResource. Reimplemented in PConfigSectionsPage. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.2