PServiceHTTPDirectory Class Reference

#include <httpsvc.h>

Inheritance diagram for PServiceHTTPDirectory:

PHTTPDirectory PHTTPFile PHTTPResource PObject List of all members.

Public Member Functions

 PServiceHTTPDirectory (const PURL &url, const PDirectory &dirname, PBoolean needSig=false)
 PServiceHTTPDirectory (const PURL &url, const PDirectory &dirname, const PHTTPAuthority &auth, PBoolean needSig=false)
void OnLoadedText (PHTTPRequest &, PString &text)
 This is called after the text has been loaded and may be used to customise or otherwise mangle a loaded piece of text.

Protected Member Functions

virtual PBoolean GetExpirationDate (PTime &when)
 Get a block of data (eg HTML) that the resource contains.

Protected Attributes

PBoolean needSignature

Constructor & Destructor Documentation

PServiceHTTPDirectory::PServiceHTTPDirectory ( const PURL url,
const PDirectory dirname,
PBoolean  needSig = false 
) [inline]

PServiceHTTPDirectory::PServiceHTTPDirectory ( const PURL url,
const PDirectory dirname,
const PHTTPAuthority auth,
PBoolean  needSig = false 
) [inline]


Member Function Documentation

virtual PBoolean PServiceHTTPDirectory::GetExpirationDate ( PTime when  )  [protected, virtual]

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

Returns:
Status of load operation.
Parameters:
when  Time that the resource expires

Reimplemented from PHTTPResource.

void PServiceHTTPDirectory::OnLoadedText ( PHTTPRequest ,
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.


Member Data Documentation

PBoolean PServiceHTTPDirectory::needSignature [protected]


The documentation for this class was generated from the following file:
Generated on Fri Oct 14 01:44:12 2011 for PTLib by  doxygen 1.4.7