#include <httpsvc.h>
Inheritance diagram for PConfigSectionsPage:
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) |
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 |
|
|
|
Get a block of data (eg HTML) that the resource contains.
Reimplemented from PHTTPResource. |
|
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 PHTTPConfigSectionList. |
|
Handle the POST command passed from the HTTP socket. The default action is to check the authorisation for the resource and call the virtual Post()# function to handle the data being received.
Reimplemented from PHTTPResource. |
|
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 PHTTPConfigSectionList. |
|
|