#include <httpsvc.h>
Inheritance diagram for PRegisterPage:

Public Member Functions | |
| PRegisterPage (PHTTPServiceProcess &app, const PHTTPAuthority &auth) | |
| PString | LoadText (PHTTPRequest &request) |
| void | OnLoadedText (PHTTPRequest &request, PString &text) |
| virtual BOOL | Post (PHTTPRequest &request, const PStringToString &data, PHTML &replyMessage) |
| virtual void | AddFields (const PString &prefix)=0 |
Protected Attributes | |
| PHTTPServiceProcess & | process |
|
||||||||||||
|
|
|
|
|
|
|
Get a block of text data (eg HTML) that the resource contains. The default behaviour is to assert, one of LoadText()# or LoadData()# functions must be overridden for correct operation.
Reimplemented from PHTTPString. |
|
||||||||||||
|
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 PConfigPage. |
|
||||||||||||||||
|
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 PConfigPage. |
|
|
Reimplemented from PConfigPage. |
1.4.2