Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

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, BOOL needSig=FALSE)
 PServiceHTTPDirectory (const PURL &url, const PDirectory &dirname, const PHTTPAuthority &auth, BOOL needSig=FALSE)
void OnLoadedText (PHTTPRequest &, PString &text)

Protected Member Functions

virtual BOOL GetExpirationDate (PTime &when)

Protected Attributes

BOOL needSignature

Constructor & Destructor Documentation

PServiceHTTPDirectory::PServiceHTTPDirectory const PURL url,
const PDirectory dirname,
BOOL  needSig = FALSE
[inline]
 

PServiceHTTPDirectory::PServiceHTTPDirectory const PURL url,
const PDirectory dirname,
const PHTTPAuthority auth,
BOOL  needSig = FALSE
[inline]
 


Member Function Documentation

virtual BOOL PServiceHTTPDirectory::GetExpirationDate PTime when  )  [protected, virtual]
 

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

Returns:
Status of load operation.

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

BOOL PServiceHTTPDirectory::needSignature [protected]
 


The documentation for this class was generated from the following file:
Generated on Mon Feb 21 20:43:15 2005 for PWLib by  doxygen 1.4.1