#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 |
|
||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
|
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 PHTTPConfig. Reimplemented in PRegisterPage. |
|
||||||||||||||||||||||||
|
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 PHTTPConfig. Reimplemented in PRegisterPage. |
|
|
Reimplemented in PRegisterPage. |
1.4.2