Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

PHTTPForm Class Reference

#include <httpform.h>

Inheritance diagram for PHTTPForm:

PHTTPString PHTTPResource PObject PHTTPConfig PConfigPage PRegisterPage List of all members.

Public Types

enum  BuildOptions { CompleteHTML, InsertIntoForm, InsertIntoHTML }

Public Methods

 PHTTPForm (const PURL &url)
 PHTTPForm (const PURL &url, const PHTTPAuthority &auth)
 PHTTPForm (const PURL &url, const PString &html)
 PHTTPForm (const PURL &url, const PString &html, const PHTTPAuthority &auth)
virtual void OnLoadedText (PHTTPRequest &request, PString &text)
virtual BOOL Post (PHTTPRequest &request, const PStringToString &data, PHTML &replyMessage)
PHTTPFieldAdd (PHTTPField *fld)
void RemoveAllFields ()
void BuildHTML (const char *heading)
void BuildHTML (const PString &heading)
void BuildHTML (PHTML &html, BuildOptions option=CompleteHTML)

Protected Attributes

PHTTPCompositeField fields
PStringSet fieldNames

Member Enumeration Documentation

enum PHTTPForm::BuildOptions
 

Enumeration values:
CompleteHTML 
InsertIntoForm 
InsertIntoHTML 


Constructor & Destructor Documentation

PHTTPForm::PHTTPForm const PURL   url
 

PHTTPForm::PHTTPForm const PURL   url,
const PHTTPAuthority   auth
 

PHTTPForm::PHTTPForm const PURL   url,
const PString   html
 

PHTTPForm::PHTTPForm const PURL   url,
const PString   html,
const PHTTPAuthority   auth
 


Member Function Documentation

PHTTPField* PHTTPForm::Add PHTTPField   fld
 

void PHTTPForm::BuildHTML PHTML   html,
BuildOptions    option = CompleteHTML
 

void PHTTPForm::BuildHTML const PString   heading
 

void PHTTPForm::BuildHTML const char *    heading
 

virtual void PHTTPForm::OnLoadedText PHTTPRequest   request,
PString   text
[virtual]
 

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 PHTTPConfig, PConfigPage, and PRegisterPage.

virtual BOOL PHTTPForm::Post PHTTPRequest   request,
const PStringToString   data,
PHTML   replyMessage
[virtual]
 

Get a block of data (eg HTML) that the resource contains.

The default action for this function is to do nothing and return success.

Returns:
TRUE if the connection may persist, FALSE if the connection must close

Reimplemented from PHTTPResource.

Reimplemented in PHTTPConfig, PConfigPage, and PRegisterPage.

void PHTTPForm::RemoveAllFields   [inline]
 


Member Data Documentation

PStringSet PHTTPForm::fieldNames [protected]
 

PHTTPCompositeField PHTTPForm::fields [protected]
 


The documentation for this class was generated from the following file:
Generated on Wed Mar 2 19:54:37 2005 for PWLib by doxygen1.2.18